|
@@ -59,7 +59,7 @@ func startupSequence() {
|
|
})
|
|
})
|
|
|
|
|
|
//Create a TLS certificate manager
|
|
//Create a TLS certificate manager
|
|
- tlsCertManager, err = tlscert.NewManager("./certs", !development)
|
|
|
|
|
|
+ tlsCertManager, err = tlscert.NewManager("./certs", development)
|
|
if err != nil {
|
|
if err != nil {
|
|
panic(err)
|
|
panic(err)
|
|
}
|
|
}
|