mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: update dependencies (#2092)
This commit is contained in:
parent
4eab81a9eb
commit
755d479e62
4 changed files with 231 additions and 181 deletions
|
|
@ -8,7 +8,7 @@ NAME:
|
|||
lego - Let's Encrypt client written in Go
|
||||
|
||||
USAGE:
|
||||
lego [global options] command [command options] [arguments...]
|
||||
lego [global options] command [command options]
|
||||
|
||||
COMMANDS:
|
||||
run Register an account, then create and install a certificate
|
||||
|
|
@ -82,7 +82,7 @@ USAGE:
|
|||
lego renew [command options] [arguments...]
|
||||
|
||||
OPTIONS:
|
||||
--days value The number of days left on a certificate to renew it. (default: 0)
|
||||
--days value The number of days left on a certificate to renew it. (default: 30)
|
||||
--ari-enable Use the renewalInfo endpoint (draft-ietf-acme-ari) to check if a certificate should be renewed. (default: false)
|
||||
--ari-wait-to-renew-duration value The maximum duration you're willing to sleep for a renewal time returned by the renewalInfo endpoint. (default: 0s)
|
||||
--reuse-key Used to indicate you want to reuse your current private key for the new certificate. (default: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue