Setup SSL Certificate
Cloudflare
You can use a ssl certificate provided by Cloudflare using the origin server tab.

Click create certificate.
Generate private key with RSA type.
Download the private key as
key.pem
Download the certificate as
cert.pem
Upload these files to a cert folder of your choice such as
/etc/nginx/certs
Other
You will need to create a ssl certificate using the certbot package.
Last updated