Tag: ssl
March 26, 2018
/ Blog
How To Issue Lets Encrypt ACMEv2 Wildcard Certs
I will be using the Lets Encrypt ACME v2 Client acme.sh to issue LetsEncrypt wildcard certificates. I will also be…
January 4, 2018
/ Blog
How To Setup Subdomains & LetsEncrypt On NGINX
How to Host Multiple Sites Using NGINX Using domain name: yourdomain.com yourdomain.com $ sudo letsencrypt certonly -a webroot –webroot-path=/var/www/yourdomain.com/html -d…
January 4, 2018
/ Blog
How To Create A Self-Signed SSL Certificate For Apache In Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-16-04 A self-signed certificate will encrypt communication between your server and any clients. However, because it is not signed by…