mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
fix: remove wrong env var (#2600)
This commit is contained in:
parent
c689b20fee
commit
137ad86fa4
2 changed files with 3 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue