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… 133Number of Views AuthnContextValidator error when trying to authenticate using RSA Authentication Agent 2.0 for AD FS 92Number of Views Server certificate validation error when trying to authenticate using the RSA Authentication Agent 2.0 for AD FS 312Number of Views Passcode format error when trying to set a PIN thru a Cisco ASA 371Number of Views Unable to read a known contact list error while trying to test RSA Authentication Manager Integration Service (AMIS) using… 276Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?