WoSign,making the internet more secure and trusted!
CHINESE +86-755-86008688
home>Support>SSL Certificates Installation Instruction - Jetty Java HTTP Servlet Web Server

SSL Certificates Installation Instruction - Jetty Java HTTP Servlet Web Server

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.