


You will need to also enter the Site Administrator Contact Information. Select Apache/Other for your Web Server Type. You then will need to click the Submit Configuration button to begin the configuration process.ģ: You now need to paste in the CSR you generated using the OpenSSL library in the Ubuntu CLI. This can be started by going into your SSLTrust account and managing your recent purchase. If you require any assistance with selecting an SSL Certificate, please feel free to contact our sales/support team and they will be happy to assist.ġ: Order the SSL and complete the checkout process.Ģ: Once you have completed the SSL Certificate Purchase you can begin the configuration process. If you are a business website you may want to look at using a Business SSL, we recommend a GeoTrust SSL such as the True Business SSL. If you have a simple website and want to one domain, you can choose from a variety of standard SSL Certificates. 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 tutorial 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:.
#Apache tomcat tutorial password#
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
