From 8d4dd7e6f4fff9c4fd461ab5ab815f263eae0323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Mon, 8 Nov 2021 22:35:22 +0100 Subject: [PATCH] typo --- Exit-Codes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Exit-Codes.md b/Exit-Codes.md index 7f34cc1..ab81411 100644 --- a/Exit-Codes.md +++ b/Exit-Codes.md @@ -2,14 +2,13 @@ There currently are three exit codes: - **0**: certificate request successful **1**: certificate request failed **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. Only if you run `acme.sh --renew --domain example.com` and it is still valid, the exit code will be 2 as stated above. \ No newline at end of file