setting-up-ssl
Setting up SSL for HTTP, Email and FTP
Generating local keys
Generate a private key using the following command
openssl genrsa -out tech101.key
Generate a CSR key with the following command
openssl req -new -sha256 -key tech101.key -out tech101.csr
Enter all the details as required.
Follow instructions from provider
Follow the instructions from the SSL provider until the step where the certificate and the bundle are received.
setting-up-ssl.txt · Last modified: 2018/06/18 12:17 by 122.164.155.174