Creating New SSL Certificate

Creating New SSL Certificate

Import third party SSL Certificate in Zoho Analytics On Premise


This procedure is common to both editions of Zoho Analytics On Premise - Professional Edition and Personal Edition.

In order to implement SSL, a web server must have an associated certificate for each external interface (IP address) that accepts secure connections.



Procedure for creating a csr for Multi-Domain (SAN) Certificates - Using Subject Alternative Names:

Following commands are to be executed from the command prompt in the directory <Zoho Analytics On Premise_Home>\jre\bin>
Creation of keystore file
keytool -genkey -alias <your alias> -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore server.keystore -ext san=dns:<your alias>

If you use your own password other than the default [that is, 'default password' in this case] then, you need to update the [own] password in the following file: 
../conf/server.xml

Creation of CSR file

keytool -certreq -alias <your alias> -sigalg SHA256withRSA -file server.csr -keystore server.keystore  -ext san=dns:<your alias>


Procedure for getting SSL Certificate for Tomcat webserver:

Following commands are to be executed from the command prompt in the directory <Zoho Analytics On Premise_Home>\jre\bin>

1.  keytool -genkey -alias Analytics -keyalg RSA -keystore server.keystore

 

 


 

Note: i. Depending on the requirement, keysize can also be specified as an argument.  In that case, the syntax of the command to be used is:

 

   keytool -genkey -alias Analytics -keyalg RSA -keysize 2048 -keystore server.keystore

 

ii. If the keysize argument is not specified, default value taken will be 1024. 

 

   It will prompt for a password. Enter the password say 'default passowrd'. This will be the keystore password - <keystore password>.

 

Zoho Analytics On Premise file updates to be done if you use your own password


If you use your own password other then you need to update your own password in the following files:

  • <Zoho Analytics On Premise_Home>/conf/server.xml 

Search for the word 'keystorePass'.  Replace the default password 

Example of command execution, generating keystore file:

CN =mydomain

Enter your exact host and domain name that you wish to secure. Say, If you wish to secure http://www.mydomain.com/, then you will need to enter the exact host (www)and domain name (mydomain.com) in this field}.

If you enter mydomain.com then the certificate issued to you will only work error free on https://mydomain.com/ 

OU(Organization Unit)=MSP,  O(Organization) = My organization, L(Location) = Los Angles, S(State) = CA, C(Country) = US.

Again it will ask for a password give the same password you gave previously <keystore password>

 

2. keytool -certreq -keyalg RSA -alias Analytics -file certreq.csr -keystore server.keystore

    (Preserve this server.keystore in this directory itself. Don't  delete this file since this will be used for import in the subsequent steps) 

A "certreq.csr" file will be created in the <Zoho Analytics On Premise_Home>\jre\bin directory.

3. Submit the certreq.csr file to the CA and get the certificate file from the Certificate Authority(CA) for web server "tomcat".

Note: CA should be providing you with a Domain Certificate, Intermediate Certificate and a Root Certificate.  Domain Certificate is identical to your domain, While Root and Intermediate Certificates are generic in nature and in most cases can also be downloaded from your CA's Website.

4. keytool -import -alias root -keystore server.keystore -trustcacerts -file <filename_of_the_chain_certificate>

    [Chain or root Certificate file, that would be given by CA].

5. keytool -import -alias intermediate -keystore server.keystore -trustcacerts -file <filename_of_the_intermediate_certificate> 

    [Intermediate Certificate file (if any), that would be given by CA].

6. keytool -import -alias Analytics -keystore server.keystore -trustcacerts -file <your_certificate_filename>

    [Certificate file sent by CA to you specifically for your domain]

7. Copy the server.keystore file in the <Zoho Analytics On Premise_Home>\jre\bin directory to the following directory:

  • <Zoho Analytics On Premise_Home>\conf

8. Restart the Zoho Analytics On Premise service.


Vendor specific procedure to be referred in case the steps differ based on the certificate file type provided by CA.

Comodo:

https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/638/37/certificate-installation-java-based-web-servers-tomcat-using-keytool

https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/620/0/


Digicert:

https://www.digicert.com/ssl-certificate-installation-tomcat.htm

RapidSSL:

https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&actpl=CROSSLINK&id=SO16220

https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&actp=CROSSLINK&id=SO16221



    Zoho CRM Training Programs

    Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

    Zoho CRM Training
      Redefine the way you work
      with Zoho Workplace

        Zoho DataPrep Personalized Demo

        If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

        Zoho CRM Training

          Create, share, and deliver

          beautiful slides from anywhere.

          Get Started Now


            Zoho Sign now offers specialized one-on-one training for both administrators and developers.

            BOOK A SESSION








                                You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                    Manage your brands on social media

                                      Zoho Desk Resources

                                      • Desk Community Learning Series


                                      • Digest


                                      • Functions


                                      • Meetups


                                      • Kbase


                                      • Resources


                                      • Glossary


                                      • Desk Marketplace


                                      • MVP Corner


                                      • Word of the Day


                                        Zoho Marketing Automation

                                          Zoho Sheet Resources

                                           

                                              Zoho Forms Resources


                                                Secure your business
                                                communication with Zoho Mail


                                                Mail on the move with
                                                Zoho Mail mobile application

                                                  Stay on top of your schedule
                                                  at all times


                                                  Carry your calendar with you
                                                  Anytime, anywhere




                                                        Zoho Sign Resources

                                                          Sign, Paperless!

                                                          Sign and send business documents on the go!

                                                          Get Started Now




                                                                  Zoho TeamInbox Resources



                                                                          Zoho DataPrep Resources



                                                                            Zoho DataPrep Demo

                                                                            Get a personalized demo or POC

                                                                            REGISTER NOW


                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now







                                                                                            You are currently viewing the help articles of Sprints 1.0. If you are a user of 2.0, please refer here.

                                                                                            You are currently viewing the help articles of Sprints 2.0. If you are a user of 1.0, please refer here.



                                                                                                  • Related Articles

                                                                                                  • Creating New SSL certificate

                                                                                                    Import third party SSL Certificate in ManageEngine Analytics Plus This procedure is common to both editions of ManageEngine Analytics Plus - Professional Edition and Personal Edition. In order to implement SSL, a web server must have an associated ...
                                                                                                  • Applying an SSL Certificate(WildCard)

                                                                                                    Please Note: These are general guidelines,  It is always advised to refer the instructions published by respective CAs to import SSL certificate into tomcat server. Importing WildCard SSL certificate (PEM format) ...
                                                                                                  • Applying an SSL Certificate (Wildcard)

                                                                                                    Please Note: These are general guidelines,  It is always advised to refer the instructions published by respective CAs to import SSL certificate into tomcat server.  Importing WildCard SSL certificate (PEM format) ...
                                                                                                  • Creating .keystore and .csr for generating new SSL certificate

                                                                                                    Import third party SSL Certificate in Zoho Analytics In order to implement SSL, a web server must have an associated certificate for each external interface (IP address) that accepts secure connections. Procedure for creating a csr - Using Subject ...
                                                                                                  • Applying a SSL Certificate

                                                                                                    This documentation provides the general guidelines for applying a SSL certificate. However, to import a SSL certificate into a tomcat server, it is advisable to refer the instructions published by the respective Certificate Authorities.   Importing ...
                                                                                                    Wherever you are is as good as
                                                                                                    your workplace

                                                                                                      Resources

                                                                                                      Videos

                                                                                                      Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                      eBooks

                                                                                                      Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                      Webinars

                                                                                                      Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                      CRM Tips

                                                                                                      Make the most of Zoho CRM with these useful tips.



                                                                                                        Zoho Show Resources