From d2aa886af349bdb331f827466e1867580314f4d4 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 7 Apr 2022 17:17:58 +0800 Subject: [PATCH] Updated Validity (markdown) --- Validity.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Validity.md b/Validity.md index 90cb4c5..b8f1566 100644 --- a/Validity.md +++ b/Validity.md @@ -41,6 +41,9 @@ Please be careful about the format, there are only `+*d` (for days) and `+*h` ( +## If you use the absolute format for `--valid-to "2022-04-01T08:10:33Z"`, the cert will NOT be renewed automatically when it expires. +## If you want the cert to be renewed automatically, please use the relative format `--valid-to +20d`(the cert will be renewed every 20 days). Of course, if you don't use `--valid-to` parameter at all, the cert will be renewed every `60 days` as before. +