To display only one CA in the enrollment certificate request form.
Originally Published: 2001-07-10
Article Number
Applies To
Keon Certificate Authority
Enrollment Server
All Platforms
TechNote 0091
Issue
The following X-parse command causes a pull-down menu of all CAs in the database to be displayed:
<!-- XUDA SELECT_CA -->
When read by XUDA, this command queries the CA database and creates an HTML form SELECT field with OPTION lines for each of the CAs in the database.
Resolution
(default templates that use this are request-spk.xuda and request-msie.xuda)
1. After making a copy of the template, replace the <!-- XUDA SELECT_CA --> line with an HTML form hidden INPUT field named "CA" as follows:
<INPUT TYPE="hidden" NAME="CA" VALUE="">
2. Copy the CA certificate's md5 and paste it in as the VALUE of the hidden CA variable.
(Note: The CA's md5 can be copied using your browser when you select that
CA from the View an existing CA management page).
3. Place the nickname of the CA directly above this new INPUT field. This text is used for display purposes only. It tells the user who the Issuing CA is.
4. Save the new version of the template under the same name, or a new name as desired.
If you need to have several certificate request forms, each with their own single CA, simply give each new file a different name with a .xuda extension.
For ease of access for your users, you can set up a normal HTML page with links to each of these certificate request pages.
Example:
In the following example, we will use a CA nicknamed:
'ABC Pizza Co. Delivery Division' which has an md5 of 'abcde12345'.
Here are the completed HTML lines which replace the XUDA SELECT_CA call:
ABC Pizza Co. Delivery Division
<INPUT TYPE="hidden" NAME="CA VALUE="abcde12345">
Related Articles
Add an Identity Source for the RSA Cloud Authentication Service (Video) 9Number of Views BlogIn - SAML Relying Party Configuration - RSA Ready Implementation Guide 11Number of Views Role commit fails for roles with membership rules in RSA Identity Governance & Lifecycle 100Number of Views Prime 101: Prime in Pictures 37Number of Views RSA Prime Support Model 24Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?