cloudflare / certmgr

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

SwissSign certificate filenames contain ':' character #37

Closed kyanha closed 6 years ago

kyanha commented 6 years ago

The SwissSign certificate filenames contain the ':' character, which prevents the checkout from succeeding on Windows systems.

ferringb commented 6 years ago

This isn't an issue in certmgr as much in it's cfssl_trust dependency- https://github.com/cloudflare/cfssl_trust/issues/72 tracks this on that end.

Closing this meanwhile; can reopen if/when cfssl_trust fixes it.