haproxy-letsencrypt-docker.md
... ...
@@ -325,9 +325,9 @@ Log into the letsencrypt container:
325 325
Then run certbot with the new domain:
326 326
```bash
327 327
certbot --standalone --expand \
328
- -d "domain1.example.com" \
329
- -d "domain2.example.com" \
330
- -d "new.domain.com"
328
+-d "domain1.example.com" \
329
+-d "domain2.example.com" \
330
+-d "new.domain.com"
331 331
```
332 332
333 333
# Next?