Secure Apache2 with Let's Encrypt SSL on Debian 10/11

Secure Apache2 with Let’s Encrypt SSL on Debian 10/11 Overview In the following post, we’re going to showcase the procedure how to Secure Apache2 with Let’s Encrypt SSL on Debian 10(this procedure works on Debian 11 as well). The post will showcase the scenario, where we need to install certbot on our Debian machine and obtain the SSL certificate from Let’s Encrypt, setup the automatic HTTPS redirection and test out the certificate renewal as well....

August 29, 2021 · 4 min · 813 words · MarkoN

Install Let's Encrypt SSL on HAProxy

Overview We’ll go through the steps how to install Let’s Encrypt SSL on HAProxy. Aside from installing and configuring haproxy with Let’s encrypt certbot and acquiring ssl, we are also going to cover how to renew the certificate automatically. The written instructions are performed on GNU/Linux servers(Debian in this case). Prerequisites: HAProxy installed Cerbot installed Note: HAProxy and Certbot are installed on the same server in this example. If you need more information to understand how the HAProxy works, you can check this post where we explained how haproxy works and went through the example configuration, where we explained the configuration in detail....

April 4, 2021 · 7 min · 1289 words · MarkoN