Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robszumski committed Aug 1, 2020
1 parent 86c5e32 commit 408d899
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,14 @@ Launch your backend container and note its name, then launch `gtaylor/nginx-for-
[five certificates per domain per seven days](https://community.letsencrypt.org/t/public-beta-rate-limits/4772/3),
which (as I discovered the hard way) you can quickly exhaust by debugging unrelated problems!
* `-v {PATH_TO_CONFIGS}:/configs:ro` specify manual configurations for select domains. Must be in the form {DOMAIN}.conf to be recognized.

### Manually reissue certs

Trigger cron job manually if your container doesn't stick around for a week or month:

```
$ crictl exec -ti e36571b606530 /bin/bash /etc/periodic/weekly/reissue
```

### Using more than one backend service

Expand Down

0 comments on commit 408d899

Please sign in to comment.