Updated Validity (markdown)

master
neil 2022-04-02 11:21:12 +08:00
parent 3fa662025e
commit 5e3968d365
1 changed files with 2 additions and 2 deletions

@ -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"