autocert
autocert copied to clipboard
Add support for storing the private keys using PKCS #8
Description
Some frameworks do not support PKCS #1 OR SEC1 EC formats for the private key and require the use of PKCS #8.
See https://github.com/smallstep/autocert/issues/17#issuecomment-725966689
We should add options to the bootstrapper and renewer for using PKCS #8
Depends on https://github.com/smallstep/cli/issues/387