cloudflare / certmgr

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

Fix `certmgr ensure` failure for spec change, and fix false positive action triggering for CA #45

Closed ferringb closed 6 years ago

ferringb commented 6 years ago
kisom commented 6 years ago

Generally agree, but there are parts of this that should be fixed in the transport package.

ferringb commented 6 years ago

agreed regarding pushing this more into the transport layer- while we're at it, we should also eliminate the File.Set() logic for cert/keys and move it in there to remove the potential permissions race if umask is set to something insane.