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… 132Number of Views Server certificate validation error when trying to authenticate using the RSA Authentication Agent 2.0 for AD FS 312Number of Views Error: 'Web-tier host certificate creation failed' when trying to create a web tier package 273Number of Views AuthnContextValidator error when trying to authenticate using RSA Authentication Agent 2.0 for AD FS 92Number of Views Passcode format error when trying to set a PIN thru a Cisco ASA 368Number of Views
Trending Articles
How to recover the Application and AFX after an unexpected database failure in RSA Identity Governance & Lifecycle Troubleshooting AFX Connector issues in RSA Identity Governance & Lifecycle RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?