mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-01 07:04:01 +01:00
Updated SSL Certificate (HTTPS) Set Up (markdown)
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user