forked from TrueCloudLab/lego
Fix certificate load with wildcard name
This commit is contained in:
parent
805eec9756
commit
a149e7d650
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ func renew(c *cli.Context) error {
|
|||
}
|
||||
|
||||
domain := c.GlobalStringSlice("domains")[0]
|
||||
domain = strings.Replace(domain, "*", "_", -1)
|
||||
|
||||
// load the cert resource from files.
|
||||
// We store the certificate, private key and metadata in different files
|
||||
|
|
Loading…
Reference in a new issue