chore: update dependencies (#2092)

This commit is contained in:
Ludovic Fernandez 2024-01-28 14:04:31 +01:00 committed by GitHub
commit 755d479e62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 231 additions and 181 deletions

View file

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