diff options
Diffstat (limited to 'posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.php')
-rw-r--r-- | posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.php b/posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.php index 634a57d..a4fe84d 100644 --- a/posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.php +++ b/posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.php @@ -1,10 +1,5 @@ -<?php -$title = "How to Automate Certbot Renewal with HAPRoxy (on FreeBSD)"; -if (isset($early) && $early) { - return; -} -include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); -?> +<h1>How to Automate Certbot Renewal with HAPRoxy (on FreeBSD)</h1> + <p> So this is specifically for HAProxy on FreeBSD, but it should apply to |