How Tos > Using SSL Mail Server

Using SSL Mail Server

Tags:  

Using SSL Mail Server


To use SSL Mail Server, follow the below given steps:
  1. Shutdown the central server
  2. Take a backup of https.truststore in <central>/conf directory
  3. Copy <central>/jre/lib/security/cacerts to <central>/jre/bin directory
  4. Copy <central>/conf/https.truststore to <central>/jre/bin directory
  5. Execute the following commands
    1. C:\Program Files\AdventNet\ME\central\jre\bin>keytool -export -keystore https.truststore -alias CentralSSL -storepass storepw -file temp.txt
    2. C:\Program Files\AdventNet\ME\central\jre\bin>keytool -import -keystore cacerts -alias CentralSSL -file temp.txt -storepass changeit
    3. C:\Program Files\AdventNet\ME\central\jre\bin>keytool -storepasswd -new storepw -keystore cacerts -alias CentralSSL

      Enter keystore password: changeit
  6. Copy cacerts file in <central>/jre/bin directory to <central>/conf directory and rename it to https.truststore
  7. Start the server





 RSS of this page

rtttrrb