mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 07:08:12 +08:00
typo
@@ -2,14 +2,13 @@
|
|||||||
|
|
||||||
There currently are three exit codes:
|
There currently are three exit codes:
|
||||||
|
|
||||||
|
|
||||||
**0**: certificate request successful
|
**0**: certificate request successful
|
||||||
|
|
||||||
**1**: certificate request failed
|
**1**: certificate request failed
|
||||||
|
|
||||||
**2**: certificate still valid, request skipped
|
**2**: certificate still valid, request skipped
|
||||||
|
|
||||||
## Cronjos
|
## Cronjobs
|
||||||
|
|
||||||
If you run `acme.sh --cron` and all certificates are still valid (so nothing is renewd), the exit code will be is 0.
|
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.
|
Only if you run `acme.sh --renew --domain example.com` and it is still valid, the exit code will be 2 as stated above.
|
||||||
Reference in New Issue
Block a user