cloudflare / certmgr

Automated certificate management using a CFSSL CA.
BSD 2-Clause "Simplified" License
218 stars 40 forks source link

If a CA is renewed call svc manager restart/reload. #35

Closed andrewplunk closed 6 years ago

andrewplunk commented 6 years ago

When a CA is renewed there is no mechanism for notifying the registered service manager that it needs to reload the CA. Checks may need to be added to the following code paths to ensure that the notification happens.

https://github.com/cloudflare/certmgr/blob/master/mgr/manager.go#L225 https://github.com/cloudflare/certmgr/blob/master/mgr/manager.go#L258 https://github.com/cloudflare/certmgr/blob/master/mgr/manager.go#L290