| a. Fetch your SSL Web Server Certificate
1. You will receive an email when your certificate is issued.Copy and Paste your WoSign certificate to Notepad and save as a cert.txt
b. Import the SSL Web Server Certifcate into the Keystore:
keytool -import -trustcacerts -file [cert_file_name_here] -keystore [keystore_name_here] -alias [keyentry_name_here]
Enable SSL Port:
The SSL Port needs to be enabled on Jetty Java HTTP Servlet Web Server as well as on any firewall/s or router/s in place.
|