cmd: config: build identity map

not necessary with one cert but good practice
This commit is contained in:
Christian Schwarz 2017-09-24 16:25:41 +02:00
parent 54b391f77c
commit 03955196a9

View File

@ -129,6 +129,8 @@ func parseLogging(i interface{}) (c *LoggingConfig, err error) {
Certificates: []tls.Certificate{cert},
RootCAs: rootCAs,
}
out.TLS.BuildNameToCertificate()
}
c.Outlets.Add(out, lvl)