Spin up an HTTPS server when certificates, port and private key are configured.
This commit is contained in:
committed by
Eugene Bujak
parent
5cbaeb82a8
commit
30050bf278
@@ -1077,6 +1077,7 @@ func handleTLSConfigure(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
config.TLS = data
|
||||
httpsServer.cond.Broadcast()
|
||||
httpUpdateConfigReloadDNSReturnOK(w, r)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user