diff --git a/docker/README.md b/docker/README.md index c187e7da..4bfa5677 100644 --- a/docker/README.md +++ b/docker/README.md @@ -52,7 +52,7 @@ Edit `nginx.conf` at the `# CHANGE ME` lines by replacing `yourdomain.com` to yo #### I.1.a get SSL certificate with certbot Install certbot: https://certbot.eff.org/. (Certbot uses letsencrypt to get free certificate). -Than get your certificate: +Then get your certificate: ```bash certbot certonly --standalone -d yourdomain.com ```