fix: remove wrong env var (#2600)

This commit is contained in:
Ludovic Fernandez 2025-07-25 22:56:41 +02:00 committed by GitHub
commit 137ad86fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View file

@ -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,