Citrix ADC

SSL policy labels

Policy labels are holders for policies. A policy label helps in managing a group of policies, called a policy bank, which can be invoked from another policy. SSL policy labels can be control labels or data labels, depending on the type of policies that are included in the policy label. You can add only data policies in a data policy label and only control policies in a control policy label. To create the policy bank, bind policies to the label and specify the order of evaluation of each policy relative to others in the bank of policies for the policy label. At the CLI, you enter two commands to create a policy label and bind policies to the policy label. In the configuration utility, you select options from a dialog box.

Note:Policy labels of type control are not supported with the TLS 1.3 protocol.

Create an SSL policy label and bind policies to the label by using the CLI

At the command prompt, type:

添加ssl policylabel < labelName > -type ( CONTROL | DATA ) bind ssl policylabel    [] [-invoke ( ) ] 

Example:

add ssl policylabel cpl1 -type CONTROL add ssl policylabel dpl1 -type DATA bind ssl policylabel cpl1 -policyName ctrlpol -priority 1 bind ssl policylabel dpl1 -policyName datapol -priority 1 

Configure an SSL policy label and bind policies to the label by using the GUI

Navigate toTraffic Management > SSL > Policy Labels,并配置SSL波尔icy label.

SSL policy labels