


If you visit our SSL Certificates List page, you will have a selection of Certificates you can order from. txt file or directly proceed to certificate configuration.
#Apache tomcat configuration code
What is the two-letter country code for this unit? Enter the 2 letter abbreviation for your country (such as AU)Ĭonfirm that all the above stated information is correct by typing: yes.Īfter you hit Enter, your Keystore should be generated in the selected directory.ģ: Generate your CSR by executing the following command:- sudo keytool -certreq -keyalg RSA -alias yourdomain -file yourdomain.csr -keystore Ĥ: To view your CSR, type in the following command: sudo cat yourdomain.csr What is the name of your State or Province Enter the name of your State/Province (Such as NSW) What is the name of your city or locality? Enter the name of your city or locality (Such as Sydney) What is the name of your organization? Enter the name of your organization such as "SSLTrust" What is the name of your organizational unit? Enter the organizational unit such as "IT" What is your First and Last Name? Enter your domain name You will then get a prompt asking you to input the following details regarding your CSR:. If there is no version output then, download the latest version of Java.ġ: Navigate to the default OpenSSL SSL directory cd /etc/sslĢ: Generate the keystore by executing the following command:- sudo keytool -genkey -keysize 2048 -keyalg RSA -alias yourdomain -keystore Įnter the Keystore Password: (Make sure it is something you remember as you will need the password to access your keystore later) To do so, type in the following command- java -version 1: Make sure that the Tomcat Webserver is running by navigating to :8080
