diff --git a/SSL-Certificate-(HTTPS)-Set-Up.md b/SSL-Certificate-(HTTPS)-Set-Up.md index 861ebd4..edca064 100644 --- a/SSL-Certificate-(HTTPS)-Set-Up.md +++ b/SSL-Certificate-(HTTPS)-Set-Up.md @@ -81,7 +81,7 @@ You will need to have OpenSSL installed. ## From .pem into PKCS12 format (.p12): -Create the .p12 file first +1. Create the .p12 file first ``` > touch /etc/letsencrypt/live//pkcs.p12 ``` @@ -94,7 +94,7 @@ Create the .p12 file first > 🚧 **FTP Client users**: Creating a new file on a FTP client may create a new text file, which will cause the pkcs12 command to fail! -Next, install the cert into the empty file +2. Next, install the cert into the empty file ``` > openssl pkcs12 -export \ -in /etc/letsencrypt/live//fullchain.pem \