JavaScript error when trying to delete a certificate with special characters
Originally Published: 2008-09-10
Article Number
Applies To
RSA Key Manager 2.1.3
Issue
Line: ??? (truncated)
Char: 199
Error: unterminated string constant
URL: https://server/KMS/admin/main.jsp?action=identityDetails&item=35
Certificate DN or Issuer's DN contain special characters, like <>'&" etc, which breaks JavaScript
Unable to delete a certificate from the Identities tab
Resolution
This issue has been fixed in RSA Key Manager Server 2.1.2.0.1 and RSA Key Manager Server 2.2. Either apply 2.1.2.0.1 fix to your RKM Server 2.1.2, or upgrade to RKM Server 2.2.
If you can't upgrade, follow those instruction:
First, make sure you only have one certificate with the serial number, run:
select * from auth_certificate where serialnumber = '<serial number>'
Then when you are certain, run:
delete from auth_certificate where serialnumber = '<serial number>'
commit;
Related Articles
Authenticating using emergency access tokencodes containing special characters does not work with RSA Authentication Agent… 12Number of Views Signed Certificate Management Protocol (CMP) requests do not work in KCA 6.5.1 if certificate's DN contains 'special' char… 3Number of Views What special characters are disallowed in Access Manager user and group names? 26Number of Views Special characters in email subject lines do not display as expected in RSA Identity Governance & Lifecycle 44Number of Views Does RCM handle all special characters in email address allowed per the RFC? 11Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.8 Setup and Configuration Guide Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?