minica icon indicating copy to clipboard operation
minica copied to clipboard

Capability to generate PKCS8 key.

Open sebukoleth opened this issue 4 years ago • 0 comments

While using this to generate certs for Java code ran into problem that Java cannot process PKCS1 keys. Did not want to use Bouncycastle just for that. So added a command switch 'key-algo', defaulting to 'PKCS1' that will accept 'PKCS8' to create PKCS8 keys.

sebukoleth avatar Apr 12 '20 18:04 sebukoleth