Under this section, define the subject variables for an enrollment operation with the certificate profile. When CA Gateway clients query the certificate profile, these variables inform the subject variable to supply when enrolling for a certificate using the profile.
For example:
subject-variable-requirements: - name: First Name description: "First Name" required: true - name: Last Name description: "Last Name" required: truename
The name of the variable.
Mandatory : Yes.
description
A friendly description of the variable.
Mandatory : Yes.
required
true if the variable is required, false if the variable is optional.
As of CA Gateway 3.3, this setting is enforced by policy. CA Gateway may throw an error if set to false for a variable that is actually required by a template.
Mandatory : Yes.