Support PKCS#8 Output for private keys
Open
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Unless I'm missing something, I don't believe you can tell `cfssl` to output private keys in PKCS#8 format rather than PKCS#1. This is annoying as some platforms (e.g., Java) don't have good support for keys in PKCS#1 and much prefer PKCS#8.
Obviously easy to convert from one to the other with say OpenSSL, but be nice to avoid an extra dependency.
Contributor guide
Assessment
This issue has not been assessed yet.