haproxy-letsencrypt-docker.md
... ...
@@ -327,11 +327,11 @@ Log into the letsencrypt container:
327 327
328 328
Then run certbot with the new domain and run the hook script:
329 329
```bash
330
-certbot --standalone --expand \
330
+$ certbot --standalone --expand \
331 331
-d "domain1.example.com" \
332 332
-d "domain2.example.com" \
333 333
-d "new.domain.com"
334
-/deploy-hook
334
+$ /deploy-hook
335 335
```
336 336
337 337
# Next?