haproxy-letsencrypt-docker.md
... ...
@@ -11,7 +11,7 @@ Docker: easy.
11 11
HAProxy: easy.
12 12
Let's Encrypt: easy.
13 13
14
-Docker and HAProxy and Let's Encrypt: minor pain in the arse.
14
+Docker and HAProxy and Let's Encrypt: pain in the arse.
15 15
16 16
There's a few things that make this a bit of a hassle:
17 17
1. We want haproxy to be running on port 80/443, but those are the ports certbot needs to do validation<br/>We'll have to do this in two stages.