Fix typo. [skip ci]

This commit is contained in:
Buster "Silver Eagle" Neece 2017-12-16 10:49:38 -06:00
parent 9fc629f78e
commit 62d63734c6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ docker-compose run --rm nginx letsencrypt_connect YOURDOMAIN.example.com
Reload nginx using the command below:
```bash
ocker-compose kill -s SIGHUP nginx
docker-compose kill -s SIGHUP nginx
```
Your LetsEncrypt certificate is valid for 3 months. To renew the certificates, run this command: