haproxy-letsencrypt-docker.md
... ...
@@ -2,7 +2,7 @@
2 2
<!-- SUBTITLE: This is 3 lines of bash when docker's not involved you know -->
3 3
4 4
# What are we doing here?
5
-Let's set up HAProxywith some lovely free certs from [Let's Encrypt](https://letsencrypt.org/) via [certbot](https://certbot.eff.org/) for a couple of domains (or just one), each domain served from a different container, and all in docker.
5
+Let's set up HAProxy with some lovely free certs from [Let's Encrypt](https://letsencrypt.org/) via [certbot](https://certbot.eff.org/) for a couple of domains (or just one, if you like), each domain served from a different container, and all in docker.
6 6
7 7
The rules:
8 8
* Everything running in docker, and all tied together with docker-compose.