From b968470b9f35b1784cd040bc16528669bb9c8b9b Mon Sep 17 00:00:00 2001 From: Mike O'Driscoll Date: Mon, 4 Mar 2019 06:23:45 -0500 Subject: [PATCH] Updating rotted URL for certbot guide (#8800) HAProxy docs has a rotted URL to digital ocean guide for certbot Let's Encrypt certificates. Updated this URL to the newest guide. --- source/_docs/ecosystem/haproxy.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/haproxy.markdown b/source/_docs/ecosystem/haproxy.markdown index 3e56ae52a9d..6c77a4ba249 100644 --- a/source/_docs/ecosystem/haproxy.markdown +++ b/source/_docs/ecosystem/haproxy.markdown @@ -18,7 +18,7 @@ This will vary depending on your OS. Check out Google for this. ### {% linkable_title Obtain an SSL certificate %} There are multiple ways of obtaining an SSL certificate. Let’s Encrypt is one method. -Use Google for this, but a good example of using Certbot can be found [here](https://www.digitalocean.com/community/tutorials/how-to-secure-haproxy-with-let-s-encrypt-on-ubuntu-12-04). +Use Google for this, but a good example of using Certbot can be found [here](https://www.digitalocean.com/community/tutorials/how-to-secure-haproxy-with-let-s-encrypt-on-ubuntu-14-04). ### {% linkable_title HAPRoxy Configuration %}