Import keypair
Sugerencia
To perform this action, you must have a user role that contains the Import keypairs permission.
You can import a keypair from Software Trust Manager or SMCTL.
Nota
You may encounter an error if you attempt to import an ECDSA keypair generated in OpenSSL because these keys are in PKCS1 format.
To bypass this error, use one of the following workarounds:
Add a passcode to the keypair and provide the passcode when importing the keypair
Convert the PKCS1 keypair to PKCS8 using the following command:
openssl pkey -in myecdsakey.pem -out pkey-ecdsa.pem