diff --git a/SSL-Certificate-(HTTPS)-Set-Up.md b/SSL-Certificate-(HTTPS)-Set-Up.md index 8ef9c84..7e4d809 100644 --- a/SSL-Certificate-(HTTPS)-Set-Up.md +++ b/SSL-Certificate-(HTTPS)-Set-Up.md @@ -10,7 +10,7 @@ This tutorial attempts to guide you through setting up HTTPS on Plan. - Obtain Certificate from Let's Encrypt - Create a PKCS12 (.p12) file - From .pem format - - From .crt format + - From .crt format (Alternative) - Config settings - Registering users after HTTPS - If behind a Proxy (Nginx, Apache) @@ -33,7 +33,7 @@ You will need to have OpenSSL installed. - Most linux distros ship with openssl installed. - [OpenSSL Windows installation tutorial](https://www.osradar.com/install-openssl-windows/) -## From `.pem` into PKCS12 format (.p12): +## From .pem into PKCS12 format (.p12): Create the .p12 file first `touch /etc/letsencrypt/live//pkcs.p12 ` @@ -55,7 +55,7 @@ Creating a new file on a FTP client may create a new text file, which will cause You're all set, now just set the config settings for Plan to the values you used. :) -## (Alternative) From `.crt`+`.key` into PKCS12 format (.p12) +## From .crt and .key into PKCS12 format (.p12) (Alternative)
Click to open