TLS CERTIFICATES for HTTPS There are many ways to proceed with implementing HTTPS on aMiSTACX. For the purpose of this article we will discuss four basic options: Free Self-Signed Placeholder, Cloudflare Free Origin Certificates, Let’s Encrypt Free Wildcard Certificates, and installing a paid certificate. Self-Signed Almost ALL stacks have a placeholder self-signed cert ready to… Continue reading SSL/TLS certs for Apache and NGINX on aMiSTACX
Tag: HTTPS
Let’s Encrypt Wildcard Certs on Ubuntu
Let’s Encrypt has been offering wildcard TLS certificates since the January 2018, and aMiSTACX has the Let’s Encrypt agent certbot-auto [G3, G4] or certbot [G5] pre-installed. This should cover all aMiSTACX G3/G4/G5s running on Ubuntu 16, 18, & 20 LAMP and LEMP stacks. Recommendation: Don’t use Let’s Encrypt! Make use of Cloudflare Origin Certificates. This… Continue reading Let’s Encrypt Wildcard Certs on Ubuntu
Ubuntu 20, 18, 16 Apache 2.4 Generate CSR
Ubuntu 20, 18, Apache 2.4 Generate a CSR [Certificate Signing Request] An alternative to Let’s Encrypt Free Certificates is to use a purchased certificate or use Cloudflare’s Free Origin Certificates. With Let’s Encrypt, you have to take your server offline for a minute every 90 days as the certs come up for renewal. Additionally, you… Continue reading Ubuntu 20, 18, 16 Apache 2.4 Generate CSR
Cloudflare Page Rule for HTTP to HTTPS
HTTP to HTTPS via Cloudflare As many are aware, aMiSTACX is big on “It just works!” configurations. Why spend hours trying to hack to make something as simple as http to https redirection work? As we also advocate Cloudflare for DNS, WAF, and CDN solutions for those that just want to get up and running as quick as possible in a… Continue reading Cloudflare Page Rule for HTTP to HTTPS
Let’s Encrypt – tls: handshake failure [Cloudflare]
You just launched an aMiSTACX stack, and you are ready to grab your Free Cert from Let’s Encrypt, you followed all the directions, and when you go through the Let’s Encrypt process it throws an ugly error: tls: handshake failure Only if everything was so easy to resolve, and believe me I have fallen to this… Continue reading Let’s Encrypt – tls: handshake failure [Cloudflare]