mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2024-12-27 01:10:10 +08:00
More verbose explanations on the exit code for cronjobs.
parent
df1782cf75
commit
a9815ba85d
@ -7,4 +7,9 @@ There currently are three exit codes:
|
||||
|
||||
**1**: certificate request failed
|
||||
|
||||
**2**: certificate still valid, request skipped
|
||||
**2**: certificate still valid, request skipped
|
||||
|
||||
## Cronjos
|
||||
|
||||
If you run `acme.sh --cron` and all certificates are still valid (so nothing is renewd), the exit code will be is 0.
|
||||
Only if you run `acme.sh --renew --domain example.com` and it is still valid, the exit code will be 2 as stated above.
|
Loading…
Reference in New Issue
Block a user