Installation Guide

Follow SSLSKY latest news

Tomcat Installation Guide for SSL Certificates

Step 1: Convert the certificate format (.jks) Step 2: Enter the Tomcat installation directory, d:/apache-tomcat-8.0.18, and put the downloaded jks file in the tomcat installation directory. Step 3: Open the tomcat configuration file conf/server.xml The default port for tomcat is usually 8080

Nginx Installation Guide for SSL Certificate

1. Synthesize the certificate files required by Nginx: Create a new Notepad file, copy the certificate (.crt) content to the first section of the Notepad, and copy the certificate chain (.ca) content to the second section; (as shown below) Then

IIS Installation Guide for SSL Certificate

Step 1: Convert the certificate format (.pfx) Step 2: First upload the PFX format certificate to the server desktop, open IIS Manager, and select [Server Certificate]. Step 3: Right-click to import the PFX certificate and enter the certificate password. Step 4:

SSL certificate format details and conversion

Generally speaking, mainstream Web service software is usually based on two basic cryptographic libraries: OpenSSL and Java. Determine whether the certificate file is in text or binary format Different server deployment certificates require SSL certificates in different formats. Based on

Use HSTS to redirect HTTP to HTTPS

What is HSTS HSTS (HTTP Strict Transport Security) is a new Web security protocol that is being promoted by the Internet Engineering Task Force (IETE) to force clients (such as browsers) to use HTTPS to establish connections with servers. The

Scroll to Top