authentication-certPolicy¶
The following operations can be performed on "authentication-certPolicy":
unset authentication certPolicy¶
Use this command to remove authentication certPolicy settings.Refer to the set authentication certPolicy command for meanings of the arguments.
Synopsis¶
unset authentication certPolicy
add authentication certPolicy¶
Adds a client certificate (cert) authentication policy. The policy defines the criteria under which the Citrix ADC attempts to authenticate the user with the specified client cert authentication server.
Synopsis¶
add authentication certPolicy
Arguments¶
name Name for the client certificate authentication policy. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after cert authentication policy is created.
The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my authentication policy" or 'my authentication policy').
rule Name of the Citrix ADC named rule, or an expression, that the policy uses to determine whether to attempt to authenticate the user with the authentication server.
reqAction Name of the client cert authentication action to be performed if the policy matches.
set authentication certPolicy¶
Configures the specified client cert authentication policy.
Synopsis¶
set authentication certPolicy
Arguments¶
name Name of the client cert policy.
rule Name of the Citrix ADC named rule, or an expression, that the policy uses to determine whether to attempt to authenticate the user with the authentication server.
reqAction Name of the client cert authentication action to be performed if the policy matches.
show authentication certPolicy¶
Displays the current settings for the specified client cert authentication policy. If no policy name is provided, displays a list of all client cert authentication policies currently configured on the Citrix ADC.
Synopsis¶
show authentication certPolicy [
Arguments¶
name Name of the client cert authentication policy.
Output¶
rule The rule associated with the policy.
reqAction The cert action associated with the policy.
boundTo The entity name to which policy is bound
activePolicy priority bindPolicyType policyType devno count stateflag
rm authentication certPolicy¶
Removes a client cert authentication policy.
Synopsis¶
rm authentication certPolicy
Arguments¶
name Name of the client cert policy to remove.