haproxy-letsencrypt-docker.md
... ...
@@ -34,10 +34,10 @@ Your docker host should have docker, docker-compose, and openssl installed (for
34 34
35 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
-Create a 'letsencrypt' directory to stuff this in, in your current directory.
37
+Create a `letsencrypt` directory to stuff this in, in your current directory.
38 38
39 39
## Dockerfile
40
-The letsencrypt/Dockerfile file looks like:
40
+The `letsencrypt/Dockerfile` file looks like:
41 41
42 42
```dockerfile
43 43
FROM ubuntu:latest
... ...
@@ -92,7 +92,7 @@ Things of note:
92 92
* certbot names the certs for the first domain specified, so that ends up in all of the paths under /etc/letsencrypt. You might be able to change that, but see [rule 1](/rules#love-thy-defaults).
93 93
94 94
## deploy-hook
95
-The letsencrypt/deploy-hook script looks like:
95
+The `letsencrypt/deploy-hook` script looks like:
96 96
97 97
```sh
98 98
#!/usr/bin/env bash