haproxy-letsencrypt-docker.md
... ...
@@ -33,7 +33,7 @@ This all assumes that your soon-to-be certificated domains' A records are all po
33 33
Your docker host should have docker, docker-compose, and openssl installed (for testing), and the docker daemon should be running.
34 34
35 35
# Stage 1 - certbot
36
-Since this is a greenfield setup, we can let certbot take care of the initial cert request on its own - HAProxy should be down for this.
36
+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.
37 37
Create a `letsencrypt` directory to stuff this in, in your current directory.
38 38
39 39
## Dockerfile