haproxy-letsencrypt-docker.md
... ...
@@ -32,7 +32,7 @@ Let's do this thing.
32 32
This all assumes that your soon-to-be certificated domains' A records are all pointing at the docker host (or port-forwarding router, or whatever), and you can reach the docker host on port 80 and 443 from the Interwebs.
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
-# Stage 1 - get a cert
35
+# Stage 1 - certbot
36 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.
37 37
Create a 'letsencrypt' directory to stuff this in, in your current directory.
38 38