mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-25 01:44:43 +01:00
cmd: config: build identity map
not necessary with one cert but good practice
This commit is contained in:
parent
54b391f77c
commit
03955196a9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user