mirror of
https://github.com/go-acme/lego.git
synced 2026-01-25 05:06:16 +00:00
fix: remove wrong env var (#2600)
Some checks failed
Documentation / Build and deploy documentation (push) Has been cancelled
Go Matrix / Go (oldstable, macos-latest) (push) Has been cancelled
Go Matrix / Go (oldstable, ubuntu-latest) (push) Has been cancelled
Go Matrix / Go (oldstable, windows-latest) (push) Has been cancelled
Go Matrix / Go (stable, macos-latest) (push) Has been cancelled
Go Matrix / Go (stable, ubuntu-latest) (push) Has been cancelled
Go Matrix / Go (stable, windows-latest) (push) Has been cancelled
Main / Main Process (push) Has been cancelled
Some checks failed
Documentation / Build and deploy documentation (push) Has been cancelled
Go Matrix / Go (oldstable, macos-latest) (push) Has been cancelled
Go Matrix / Go (oldstable, ubuntu-latest) (push) Has been cancelled
Go Matrix / Go (oldstable, windows-latest) (push) Has been cancelled
Go Matrix / Go (stable, macos-latest) (push) Has been cancelled
Go Matrix / Go (stable, ubuntu-latest) (push) Has been cancelled
Go Matrix / Go (stable, windows-latest) (push) Has been cancelled
Main / Main Process (push) Has been cancelled
This commit is contained in:
committed by
GitHub
parent
c689b20fee
commit
137ad86fa4
@@ -90,9 +90,8 @@ func CreateFlags(defaultPath string) []cli.Flag {
|
||||
Usage: "Email used for registration and recovery contact.",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: flgDisableCommonName,
|
||||
EnvVars: []string{flgDisableCommonName},
|
||||
Usage: "Disable the use of the common name in the CSR.",
|
||||
Name: flgDisableCommonName,
|
||||
Usage: "Disable the use of the common name in the CSR.",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: flgCSR,
|
||||
|
||||
@@ -23,7 +23,7 @@ GLOBAL OPTIONS:
|
||||
--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]
|
||||
--accept-tos, -a By setting this flag to true you indicate that you accept the current Let's Encrypt terms of service. (default: false)
|
||||
--email value, -m value Email used for registration and recovery contact. [$LEGO_EMAIL]
|
||||
--disable-cn Disable the use of the common name in the CSR. (default: false) [$disable-cn]
|
||||
--disable-cn Disable the use of the common name in the CSR. (default: false)
|
||||
--csr value, -c value Certificate signing request filename, if an external CSR is to be used.
|
||||
--eab Use External Account Binding for account registration. Requires --kid and --hmac. (default: false) [$LEGO_EAB]
|
||||
--kid value Key identifier from External CA. Used for External Account Binding. [$LEGO_EAB_KID]
|
||||
|
||||
Reference in New Issue
Block a user