Anasayfa > SSL CERTIFICATES (EN) > SSL Installation > Tomcat/Java > Tomcat Web SSL Certificate Installation

Tomcat Web SSL Certificate Installation

Installing The Certificates to the Keystore
  1. Type the following command to install the certificate file to your keystore:
    keytool -import -trustcacerts -alias server -file your_site_name.p7b -keystore your_site_name.jks
  2. You should get a confirmation stating that the "Certificate reply was installed in keystore"

    If it asks if you want to trust the certificate. Choose y or yes.

    Your keystore file (your_site_name.jks) is now ready to use on your Tomcat Server and you just need to configure your server to use it.

Configuring your SSL Connector

Tomcat will first need an SSL Connector configured before it can accept secure connections.

  1. Open the Tomcat server.xml file in a text editor (this is usually located in the conf folder of your Tomcat's home directory).
  2. Find the connector that will be secured with the new keystore and uncomment it if necessary (it is usually a connector with port 443 or 8443 like the example below).
  3. Specify the correct keystore filename and password in your connector configuration. When you are done your connector should look something like this:

    <Connector port="443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" SSLEnabled="true"clientAuth="false" sslProtocol="TLS" keyAlias="server" keystoreFile="/home/user_name/your_site_name.jks" keypass="your_keystore_password" />

    Note: If you are using version 7 of Tomcat you will need to change "keypass" to "keystorePass".

  4. Save your changes to the server.xml file.
  5. Restart Tomcat.

Anasayfa

Hakkımızda

Referanslar

Sertifikalar



E-İmza

KEP

SSL

Zaman Damgası


Satış ve Teknik Destek için

İletişim;

0312 472 21 13