Tag: https
-
Enable SSL on your web server using Let’s Encrypt and Certbot
If you have a public-facing web server you manage and want to enable SSL on it (you should want to), you can generate a self-signed certificate… or you can use Let’s Encrypt as a certificate authority and generate a proper certificate. There are Certbot downloads for various Linux and Unix platforms (including macOS). If you’re…
-
Enabling https for Apache server on Yosemite
I found a bunch of different instructions, but these are the instructions that actually worked for me (regular Mac running Apache server) to get https working (self-signed certificate, so you will get the certificate warning from your web browser): Step 1 Self-signed SSL Certificate on Mac Yosemite Step 2 Enable HTTPS in Apache on Mac…