### 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
Description
Some frameworks do not support
PKCS #1ORSEC1 ECformats for the private key and require the use ofPKCS #8.See #17 (comment)
We should add options to the bootstrapper and renewer for using
PKCS #8Depends on smallstep/cli#387