mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 22:39:18 +01:00
feat: support setting the path to certs (#4198)
This commit is contained in:
2
main.go
2
main.go
@@ -68,7 +68,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatal().Err(err).Msg("Could not create docker client")
|
||||
}
|
||||
certs, err := cli.ReadCertificates(certs)
|
||||
certs, err := cli.ReadCertificates(certs, args.CertPath, args.KeyPath)
|
||||
if err != nil {
|
||||
log.Fatal().Err(err).Msg("Could not read certificates")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user