mirror of
https://github.com/go-acme/lego.git
synced 2025-07-16 20:04:18 +02:00
cli: add environment variable for specifying email (#2398)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
@ -71,6 +71,7 @@ func CreateFlags(defaultPath string) []cli.Flag {
|
||||
&cli.StringFlag{
|
||||
Name: flgEmail,
|
||||
Aliases: []string{"m"},
|
||||
EnvVars: []string{"LEGO_EMAIL"},
|
||||
Usage: "Email used for registration and recovery contact.",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
|
Reference in New Issue
Block a user