You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data/zz_cli_help.toml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ GLOBAL OPTIONS:
23
23
--server value, -s value CA hostname (and optionally :port). The server certificate must be trusted in order to avoid further modifications to the client. (default: "https://acme-v02.api.letsencrypt.org/directory") [$LEGO_SERVER]
24
24
--accept-tos, -a By setting this flag to true you indicate that you accept the current Let's Encrypt terms of service. (default: false)
25
25
--email value, -m value Email used for registration and recovery contact.
26
+
--no-email, -M Create an ACME request without including an email address. (default: false) [$LEGO_NO_EMAIL]
26
27
--csr value, -c value Certificate signing request filename, if an external CSR is to be used.
27
28
--eab Use External Account Binding for account registration. Requires --kid and --hmac. (default: false) [$LEGO_EAB]
28
29
--kid value Key identifier from External CA. Used for External Account Binding. [$LEGO_EAB_KID]
0 commit comments