Update lego.
This commit is contained in:
parent
63c3ed3931
commit
0034bef6b9
27 changed files with 1663 additions and 14 deletions
2
vendor/github.com/go-acme/lego/platform/config/env/env.go
generated
vendored
2
vendor/github.com/go-acme/lego/platform/config/env/env.go
generated
vendored
|
@ -159,5 +159,5 @@ func GetOrFile(envVar string) string {
|
|||
return ""
|
||||
}
|
||||
|
||||
return string(fileContents)
|
||||
return strings.TrimSuffix(string(fileContents), "\n")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue