We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f76fe commit c892f90Copy full SHA for c892f90
1 file changed
cert.go
@@ -57,7 +57,7 @@ func CertPath() string {
57
58
// MakeCert for the give hostname, if it doesn't already exist.
59
func MakeCert(host string) (certFile string, keyFile string, err error) {
60
- cp := CertPath()
+ cp := CertPath() + string(filepath.Separator)
61
err = os.MkdirAll(cp, 0755)
62
if err != nil {
63
return "", "", err
0 commit comments