How to convert private key to PKCS8?
I have a ECDSA private key, which needs to be converted to PKCS8 DER. For now I use a Python script, but I want to use bash with openssl or node.js for further AWS KMS import.
I have a ECDSA private key, which needs to be converted to PKCS8 DER. For now I use a Python script, but I want to use bash with openssl or node.js for further AWS KMS import.