mirror of
https://github.com/zrepl/zrepl.git
synced 2025-05-30 14:48:57 +02: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},
|
Certificates: []tls.Certificate{cert},
|
||||||
RootCAs: rootCAs,
|
RootCAs: rootCAs,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
out.TLS.BuildNameToCertificate()
|
||||||
}
|
}
|
||||||
|
|
||||||
c.Outlets.Add(out, lvl)
|
c.Outlets.Add(out, lvl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user