Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchdev committed Sep 26, 2023
1 parent bfddb2a commit 782b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Requests must be authenticated by passing an API key in the X-API-KEY header.

### Bulk Certificate Renewals (CRON)

There's cron jobs set in the Load Balancer hosts (under the `haproxy` user) to run renewals every day ot `02:00 AM`, the job looks like this:
There's cron jobs set in the Load Balancer hosts (under the `haproxy` user) to run renewals daily at `02:00 AM`, the job looks like this:
```shell
0 2 * * * cd /opt/acme-manager; bundle exec ruby bin/renew.rb
```
Expand Down

0 comments on commit 782b8fb

Please sign in to comment.