Add certificate store

This commit is contained in:
世界
2025-01-08 10:34:45 +08:00
parent 36205a49a3
commit 1f7bce50bf
30 changed files with 4786 additions and 32 deletions

View File

@@ -90,7 +90,7 @@ func (c *echServerConfig) startWatcher() error {
Callback: func(path string) {
err := c.credentialsUpdated(path)
if err != nil {
c.logger.Error(E.Cause(err, "reload credentials from ", path))
c.logger.Error(E.Cause(err, "reload credentials"))
}
},
})