Create Local SSL Certificate (Untrusted)
Prerequisites
Create certificate on server
# Ensure OpenSSL is installed/available sudo apt-get update sudo apt-get install openssl -y
openssl genrsa -out server.key 2048
Install and test the certificate

Enabling https and link to certificates
Last updated