cloudflare / certmgr

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

Tighten validation, fix Spec.String() to be usable, and add support for writing just the CA #79

Closed ferringb closed 5 years ago

ferringb commented 5 years ago

Per the subject:

To support the CA/validation change, there has been more code shifted around trying to get closer to broken single purpose functions. The naming likely needs some work, and the ordering of function definitions definitely needs cleanup, but that's follow up work.

ferringb commented 5 years ago

Readme needs updating. Doing so shortly.