How to recover from "Error: The private key could not be parsed" when trying to upload the RSA SecurID Access Identity Router (IDR) SSL private key
Originally Published: 2016-09-09
Article Number
Applies To
Issue
When uploading your SSL private key through the Administration Console (My Account > Company Settings > Company Information), as described in the RSA SecurID Access documentation on how to Configure Company Settings and Certificates, the following error displays:
Error: The private key could not be parsed

Cause
Resolution
You can create a temporary un-encrypted version of the protected private key using the openssl toolkit:
# openssl rsa -in <private_encrypted>.key -out <private_unencrypted>.key Enter pass phrase for <private_encrypted>.key: writing RSA keyAfter uploading the un-encrypted key via the Administration Console, it should then be deleted from your local system.
Notes
Unprotected Case
openssl rsa -text -noout -in <private_unencrypted>.key Private-Key: (1024 bit) modulus: 00:d0:7f:ee:7b:50:ba:76:42:35:df:5e:d2:95:ef: d8:32:fe:38:ec:08:28:c6:7b:03:3c:21:ba:4b:a9:
Note that you are not prompted for a pass phrase.
Protected Case
openssl rsa -text -noout -in <private_encrypted>.key Enter pass phrase for <private_encrypted>.key:
Note that you are prompted for a passphrase.
Related Articles
"Unsuccessful publish to identity routers" message when trying to publish changes in the RSA SecurID Access Cloud Administ… 140Number of Views Passcode format error when trying to set a PIN thru a Cisco ASA 378Number of Views AuthnContextValidator error when trying to authenticate using RSA Authentication Agent 2.0 for AD FS 92Number of Views Error: 'Web-tier host certificate creation failed' when trying to create a web tier package 286Number of Views Server certificate validation error when trying to authenticate using the RSA Authentication Agent 2.0 for AD FS 316Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide RSA Release Notes for RSA Authentication Manager 8.8 Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU Advisory for Migrating credentials from RSA SecurID Software Token 4.2.3 to SecurID Authenticator 5.1 for macOS
Don't see what you're looking for?