dlcmh / lnl20190906

0 stars 0 forks source link

Obtain CloudFlare SSL/TLS, save to files on server #8

Open dlcmh opened 5 years ago

dlcmh commented 5 years ago

Go to https://dash.cloudflare.com/, and set up your domains and obtain certs for https capabilities.

Screenshot 2019-09-06 at 2 49 58 PM Screenshot 2019-09-06 at 2 48 47 PM Screenshot 2019-09-06 at 2 49 48 PM
dlcmh commented 5 years ago

On the server:

mkdir /home/supauser/.certs
vim /home/supauser/.certs/dakerr.com.pem
# paste the following
-----BEGIN CERTIFICATE-----
MII.......Lw0=
-----END CERTIFICATE-----

Private key:

vim /home/supauser/.certs/dakerr.com.key
# paste the following
-----BEGIN PRIVATE KEY-----
MI....XW7
-----END PRIVATE KEY-----