mirror of
https://github.com/go-acme/lego.git
synced 2025-07-02 13:56:55 +02:00
Add optional support for .pem output (.crt + .key)
This commit is contained in:
4
cli.go
4
cli.go
@ -158,6 +158,10 @@ func main() {
|
||||
Name: "dns-timeout",
|
||||
Usage: "Set the DNS timeout value to a specific value in seconds. The default is 10 seconds.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "pem",
|
||||
Usage: "Generate a .pem file by concatanating the .key and .crt files together.",
|
||||
},
|
||||
}
|
||||
|
||||
err = app.Run(os.Args)
|
||||
|
Reference in New Issue
Block a user