haproxy-letsencrypt-docker.md
... ...
@@ -5,6 +5,7 @@
5 5
Let's set up [HAProxy](https://www.haproxy.org/) with some lovely free certs from [Let's Encrypt](https://letsencrypt.org/) via [certbot](https://certbot.eff.org/) for a couple of domains.
6 6
Everything running in [docker](https://www.docker.com), and all tied together with [docker-compose](https://docs.docker.com/compose/).
7 7
We'll use docker [user-defined networks](https://docs.docker.com/v17.09/engine/userguide/networking/#user-defined-networks), because that's the Right Thing To Do.
8
+I'll use 'domain1.example.com' and 'domain2.example.com' as the domains involved. You might have more. Or less. Edit as appropriate.
8 9
9 10
# This should be easy. Right?
10 11
Docker: easy.