mirror of
https://git.keinpfusch.net/loweel/zangtumb
synced 2024-12-19 00:03:05 +01:00
creating certs in the proper time
This commit is contained in:
parent
6fb3d402e5
commit
90b8ece611
@ -36,7 +36,8 @@ func init() {
|
||||
}
|
||||
|
||||
if os.Getenv("USETLS") == "true" {
|
||||
|
||||
log.Println("Preparing TLS Keys")
|
||||
ZMakecert()
|
||||
ZangSmtpServer.ConfigureTLS(CrtFile, KeyFile)
|
||||
ZangSmtpServer.TLSListener = false
|
||||
ZangSmtpServer.TLSRequired = true
|
||||
@ -49,7 +50,7 @@ func init() {
|
||||
log.Println("WARNING: NOT Using TLS")
|
||||
}
|
||||
|
||||
ZMakecert()
|
||||
|
||||
|
||||
log.Println("Ready to start the server.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user