Updated Validity (markdown)
parent
3fa662025e
commit
5e3968d365
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue