Updated SSL Certificate (HTTPS) Set Up (markdown)

Risto Lahtela 2021-03-22 19:25:06 +02:00
parent 3efcad8992
commit 66c0518d3a

@ -81,7 +81,7 @@ You will need to have OpenSSL installed.
## From .pem into PKCS12 format (.p12): ## From .pem into PKCS12 format (.p12):
Create the .p12 file first 1. Create the .p12 file first
``` ```
> touch /etc/letsencrypt/live/<domain>/pkcs.p12 > touch /etc/letsencrypt/live/<domain>/pkcs.p12
``` ```
@ -94,7 +94,7 @@ Create the .p12 file first
> 🚧 **FTP Client users**: > 🚧 **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! 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 \ > openssl pkcs12 -export \
-in /etc/letsencrypt/live/<domain>/fullchain.pem \ -in /etc/letsencrypt/live/<domain>/fullchain.pem \