mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: update linter (#2206)
This commit is contained in:
parent
9dbc0988b8
commit
c0f04e87e7
7 changed files with 11 additions and 13 deletions
|
|
@ -59,7 +59,7 @@ NAME:
|
|||
lego run - Register an account, then create and install a certificate
|
||||
|
||||
USAGE:
|
||||
lego run [command options] [arguments...]
|
||||
lego run [command options]
|
||||
|
||||
OPTIONS:
|
||||
--no-bundle Do not create a certificate bundle by adding the issuers certificate to the new certificate. (default: false)
|
||||
|
|
@ -79,7 +79,7 @@ NAME:
|
|||
lego renew - Renew a certificate
|
||||
|
||||
USAGE:
|
||||
lego renew [command options] [arguments...]
|
||||
lego renew [command options]
|
||||
|
||||
OPTIONS:
|
||||
--days value The number of days left on a certificate to renew it. (default: 30)
|
||||
|
|
@ -104,7 +104,7 @@ NAME:
|
|||
lego revoke - Revoke a certificate
|
||||
|
||||
USAGE:
|
||||
lego revoke [command options] [arguments...]
|
||||
lego revoke [command options]
|
||||
|
||||
OPTIONS:
|
||||
--keep, -k Keep the certificates after the revocation instead of archiving them. (default: false)
|
||||
|
|
@ -119,7 +119,7 @@ NAME:
|
|||
lego list - Display certificates and accounts information.
|
||||
|
||||
USAGE:
|
||||
lego list [command options] [arguments...]
|
||||
lego list [command options]
|
||||
|
||||
OPTIONS:
|
||||
--accounts, -a Display accounts. (default: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue