From 5e3968d3653ac07b60d15d7d7876435f7e972f09 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 2 Apr 2022 11:21:12 +0800 Subject: [PATCH] Updated Validity (markdown) --- Validity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Validity.md b/Validity.md index 6814ffd..90cb4c5 100644 --- a/Validity.md +++ b/Validity.md @@ -58,12 +58,12 @@ You can also use the relative time format: ``` -#The cert will be valid in 2 hours: +#The cert will be valid in 2 hours from now: acme.sh --issue -d example.com --dns dns_cf --valid-from "+2h" -#The cert will be valid in 1 day: +#The cert will be valid in 1 day from now: acme.sh --issue -d example.com --dns dns_cf --valid-from "+1d"