Add certificate store

This commit is contained in:
世界
2025-01-08 10:34:45 +08:00
parent 357b4c2422
commit ef8ebec8d1
30 changed files with 4786 additions and 32 deletions

View File

@@ -100,7 +100,7 @@ func (c *STDServerConfig) startWatcher() error {
Callback: func(path string) {
err := c.certificateUpdated(path)
if err != nil {
c.logger.Error(err)
c.logger.Error(E.Cause(err, "reload certificate"))
}
},
})