Updated SSL Certificate (HTTPS) Set Up (markdown)

Rsl1122 2018-10-08 21:44:08 +03:00
parent b214fc32ad
commit a3ad8c4ff1

@ -58,7 +58,7 @@ Creating a new file on a FTP client may create a new text file, which will cause
> openssl pkcs12 -export
-in /etc/letsencrypt/live/<domain>/fullchain.pem
-inkey /etc/letsencrypt/live/<domain>/privkey.pem
-out /etc/letsenscrypt/live/<domain>/pkcs.p12
-out /etc/letsencrypt/live/<domain>/pkcs.p12
-name <tlskeyalias>
-passout pass:<keypassword>
```