Comments on: How to Setup Let’s Encrypt SSL with Apache on CentOS 8 https://tecadmin.net/setup-letsencrypt-ssl-with-apache-on-centos-8/ How to guide for System Administrator's and Developers Wed, 07 Oct 2020 00:24:41 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Webserveradmin https://tecadmin.net/setup-letsencrypt-ssl-with-apache-on-centos-8/#comment-55065 Wed, 07 Oct 2020 00:24:41 +0000 https://tecadmin.net/?p=20618#comment-55065 To make things less painful, use Cloudflare free plans and have SSL that works everywhere. Also set up automatic rewrites to https in Cloudflate, remove your web server https redirect (if any), close port 80, and encrypt all the things!

]]>
By: Evin https://tecadmin.net/setup-letsencrypt-ssl-with-apache-on-centos-8/#comment-52375 Thu, 09 Jul 2020 08:12:14 +0000 https://tecadmin.net/?p=20618#comment-52375 You should clarify that this does not work on local network servers. I wasted several hours trying to figure this out only to find it is impossible.

]]>
By: Jan https://tecadmin.net/setup-letsencrypt-ssl-with-apache-on-centos-8/#comment-52096 Sat, 20 Jun 2020 13:43:03 +0000 https://tecadmin.net/?p=20618#comment-52096 Hi Rahul, on a fresh install of RHEL 8.2 (AWS image) when running certbot-auto I get the error

Error while running apachectl configtest.
AH00526: Syntax error on line 85 of /etc/httpd/conf.d/ssl.conf:
SSLCertificateFile: file ‘/etc/pki/tls/certs/localhost.crt’ does not exist or is empty

because when mod_ssl package is installed, it doesn’t create a self-signed key and certificate files for the localhost, like it should. To solve the error, run:

/usr/libexec/httpd-ssl-gencerts

(Found the solution here: https://github.com/certbot/certbot/issues/7397)

]]>