haproxy-letsencrypt-docker.md
... ...
@@ -20,7 +20,7 @@ Docker: easy.
20 20
HAProxy: easy.
21 21
Let's Encrypt: easy.
22 22
23
-Docker and HAProxy and Let's Encrypt: pain in the arse.
23
+Docker and HAProxy and Let's Encrypt: *pain in the arse*.
24 24
25 25
There's a few things that make this a bit of a hassle:
26 26
* We want haproxy to be running on port 80/443, but those are the ports certbot needs to do validation.<br/>We'll do this in two stages for minimum pain.