From 50c7ee559eb4a4a762b05e327ee7b5023faaf65f Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 30 Jan 2026 18:17:17 +0100 Subject: [PATCH] chore: generate --- docs/data/zz_cli_help.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/data/zz_cli_help.toml b/docs/data/zz_cli_help.toml index cf258c606..22e962259 100644 --- a/docs/data/zz_cli_help.toml +++ b/docs/data/zz_cli_help.toml @@ -36,6 +36,7 @@ OPTIONS: --domains string, -d string [ --domains string, -d string ] Add a domain to the process. Can be specified multiple times or use comma as a separator. --accept-tos, -a By setting this flag to true you indicate that you accept the current Let's Encrypt terms of service. --email string, -m string Email used for registration and recovery contact. [$LEGO_EMAIL] + --account-id string, -a string Account identifier (The email is used if there is account ID is undefined). [$LEGO_ACCOUNT_ID] --eab Use External Account Binding for account registration. Requires --kid and --hmac. [$LEGO_EAB] --kid string Key identifier from External CA. Used for External Account Binding. [$LEGO_EAB_KID] --hmac string MAC key from External CA. Should be in Base64 URL Encoding without padding format. Used for External Account Binding. [$LEGO_EAB_HMAC] @@ -98,6 +99,7 @@ OPTIONS: --domains string, -d string [ --domains string, -d string ] Add a domain to the process. Can be specified multiple times or use comma as a separator. --accept-tos, -a By setting this flag to true you indicate that you accept the current Let's Encrypt terms of service. --email string, -m string Email used for registration and recovery contact. [$LEGO_EMAIL] + --account-id string, -a string Account identifier (The email is used if there is account ID is undefined). [$LEGO_ACCOUNT_ID] --eab Use External Account Binding for account registration. Requires --kid and --hmac. [$LEGO_EAB] --kid string Key identifier from External CA. Used for External Account Binding. [$LEGO_EAB_KID] --hmac string MAC key from External CA. Should be in Base64 URL Encoding without padding format. Used for External Account Binding. [$LEGO_EAB_HMAC] @@ -163,9 +165,13 @@ USAGE: lego revoke OPTIONS: + --path string Directory to use for storing the data. [$LEGO_PATH] + --keep, -k Keep the certificates after the revocation instead of archiving them. + --reason uint Identifies the reason for the certificate revocation. See https://www.rfc-editor.org/rfc/rfc5280.html#section-5.3.1. Valid values are: 0 (unspecified), 1 (keyCompromise), 2 (cACompromise), 3 (affiliationChanged), 4 (superseded), 5 (cessationOfOperation), 6 (certificateHold), 8 (removeFromCRL), 9 (privilegeWithdrawn), or 10 (aACompromise). (default: 0) --domains string, -d string [ --domains string, -d string ] Add a domain to the process. Can be specified multiple times or use comma as a separator. --accept-tos, -a By setting this flag to true you indicate that you accept the current Let's Encrypt terms of service. --email string, -m string Email used for registration and recovery contact. [$LEGO_EMAIL] + --account-id string, -a string Account identifier (The email is used if there is account ID is undefined). [$LEGO_ACCOUNT_ID] --eab Use External Account Binding for account registration. Requires --kid and --hmac. [$LEGO_EAB] --kid string Key identifier from External CA. Used for External Account Binding. [$LEGO_EAB_KID] --hmac string MAC key from External CA. Should be in Base64 URL Encoding without padding format. Used for External Account Binding. [$LEGO_EAB_HMAC] @@ -177,13 +183,6 @@ OPTIONS: --cert.timeout int Set the certificate timeout value to a specific value in seconds. Only used when obtaining certificates. (default: 30) --overall-request-limit int ACME overall requests limit. (default: 18) --user-agent string Add to the user-agent sent to the CA to identify an application embedding lego-cli - --path string Directory to use for storing the data. [$LEGO_PATH] - --pem Generate an additional .pem (base64) file by concatenating the .key and .crt files together. - --pfx Generate an additional .pfx (PKCS#12) file by concatenating the .key and .crt and issuer .crt files together. [$LEGO_PFX] - --pfx.pass string The password used to encrypt the .pfx (PCKS#12) file. (default: "changeit") [$LEGO_PFX_PASSWORD] - --pfx.format string The encoding format to use when encrypting the .pfx (PCKS#12) file. Supported: RC2, DES, SHA256. (default: "RC2") [$LEGO_PFX_FORMAT] - --keep, -k Keep the certificates after the revocation instead of archiving them. - --reason uint Identifies the reason for the certificate revocation. See https://www.rfc-editor.org/rfc/rfc5280.html#section-5.3.1. Valid values are: 0 (unspecified), 1 (keyCompromise), 2 (cACompromise), 3 (affiliationChanged), 4 (superseded), 5 (cessationOfOperation), 6 (certificateHold), 8 (removeFromCRL), 9 (privilegeWithdrawn), or 10 (aACompromise). (default: 0) --help, -h show help """