9fbfeb183481eaa47e71cdf94429041d36bfd2fc
haproxy-letsencrypt-docker.md
| ... | ... | @@ -282,6 +282,6 @@ What doing? |
| 282 | 282 | * We're mounting the letsencrypt volume back up at /etc/letsencrypt |
| 283 | 283 | * The docker socket from the host is mounted at /var/run/docker.sock. This lets us do docker operations from inside the container |
| 284 | 284 | * There's a small sleep to let haproxy start up, then we attempt a renew, and run the deploy-hook script (see stage 1) if anything changed. |
| 285 | -* The deploy-hook script cats the cert chain and key into an haproxy style .pem file, then sends a SIGHUP to the haproxy container, causing it to re-read its config |
|
| 285 | +* The deploy-hook script cats the cert chain and key into an haproxy style .pem file, then sends a SIGHUP via the docker command to the haproxy container, causing it to re-read its config |
|
| 286 | 286 | * The container is granted privileged permissions to let the docker socket work |
| 287 | 287 |