ssl support

This commit is contained in:
Xavier Henner
2019-08-17 11:00:45 +02:00
parent 2eb4f9e4ea
commit b93211cdf2
5 changed files with 22 additions and 4 deletions

View File

@@ -43,6 +43,8 @@ func main() {
// time to start the listeners
go NewHTTPServer(
config.GetString("config.http.port", "127.0.0.01:8080"),
config.GetString("config.http.key", ""),
config.GetString("config.http.cert", ""),
server)
server.Run()