Updated SSL Certificate (HTTPS) Set Up (markdown)

Risto Lahtela 2019-08-12 18:51:07 +03:00
parent 6b9271a020
commit c3712f0afb

@ -10,7 +10,7 @@ This tutorial attempts to guide you through setting up HTTPS on Plan.
- Obtain Certificate from Let's Encrypt
- Create a PKCS12 (.p12) file
- From .pem format
- From .crt format
- From .crt format (Alternative)
- Config settings
- Registering users after HTTPS
- If behind a Proxy (Nginx, Apache)
@ -33,7 +33,7 @@ You will need to have OpenSSL installed.
- Most linux distros ship with openssl installed.
- [OpenSSL Windows installation tutorial](https://www.osradar.com/install-openssl-windows/)
## From `.pem` into PKCS12 format (.p12):
## From .pem into PKCS12 format (.p12):
Create the .p12 file first
`touch /etc/letsencrypt/live/<domain>/pkcs.p12 `
@ -55,7 +55,7 @@ Creating a new file on a FTP client may create a new text file, which will cause
You're all set, now just set the config settings for Plan to the values you used. :)
## (Alternative) From `.crt`+`.key` into PKCS12 format (.p12)
## From .crt and .key into PKCS12 format (.p12) (Alternative)
<details>
<summary>Click to open</summary>