haproxy-letsencrypt-docker.md
... ...
@@ -37,7 +37,7 @@ Your docker host should have docker, docker-compose, and openssl installed (open
37 37
You should be root, or a similarly permissioned user.
38 38
39 39
# Stage 1 - certbot
40
-Since this is a greenfield setup, we can let certbot take care of the initial cert request on its own - nothing should be using ports 80 or 443 for this, so certbot can listen by itself.
40
+Since this is a greenfield setup, we can let certbot take care of the initial cert request on its own - nothing should be using ports 80 or 443 on the docker host at the moment so certbot can listen by itself.
41 41
Create a `letsencrypt` directory to stuff this in, in your current directory.
42 42
43 43
## Dockerfile