From 261da74f3f57aeaf7f1e667d33cfd9f7e58f6f61 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 1 Apr 2022 21:55:07 +0800 Subject: [PATCH] Updated Validity (markdown) --- Validity.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Validity.md b/Validity.md index 03b9047..b065734 100644 --- a/Validity.md +++ b/Validity.md @@ -40,14 +40,6 @@ acme.sh --issue -d example.com --dns dns_cf --valid-to "+30h" Please be careful about the format, there are only `+*d` (for days) and `+*h` (for hours) supported for now. Any other format will not be accepted. -## If the lifetime is measured in hours, you need to change the default crontab to run `acme.sh` every an hour: - -``` -0 * * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null -``` - - - @@ -98,5 +90,12 @@ acme.sh --issue -d example.com --dns dns_cf --valid-from "+2h" --valid-to +### 4. If the lifetime is measured in hours, you need to change the default crontab to run `acme.sh` every an hour: + +``` +0 * * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null +``` + +