Tried to generate SSH Key and PFX files to be imported into Key Management in Marketing Cloud.
It gives errors each time.
SSH Key Generation:
openssl genrsa -des3 -out private.pem 2048 openssl rsa -in private.pem -outform PEM -pubout -out public.pem Error when uploading private key into Key Management:
File is not encrypted. No passphrase required.
Error when uploading private key into Key Management:
Object reference not set to an instance of an object.
PFX FIle Generation:
openssl req -x509 -days 365 -newkey rsa:2048 -keyout my-key.pem -out my-cert.pem openssl pkcs12 -export -in my-cert.pem -inkey -my-key.pem -out accountmgmt.pfx Error when uploading PFX file into Key Management:
The key file does not contain any valid public encryption keys.
I am not sure which format would it support.