Updated SSL Certificate (HTTPS) Set Up (markdown)

Risto Lahtela 2021-02-21 08:57:22 +02:00
parent 5ba4e3f5f4
commit 823b3b8519

@ -85,11 +85,11 @@ Create the .p12 file first
```
> touch /etc/letsencrypt/live/<domain>/pkcs.p12
```
(or on Windows):
```
> fsutil file createnew C:\letsencrypt\live\<domain>\pkcs.p12 0
```
If you're using windows change all `/etc/letsencrypt/live/<domain>/` to `C:\letsencrypt\live\<domain>\`
> 🚧 **Windows users**:
> ```
> > fsutil file createnew C:\letsencrypt\live\<domain>\pkcs.p12 0
> ```
> If you're using windows change all `/etc/letsencrypt/live/<domain>/` to `C:\letsencrypt\live\<domain>\` in the commands on this page
> 🚧 **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!