config : system certificate ca-group
 
system certificate ca-group
Use this command to group certificate authorities (CA).
CAs must belong to a group in order to be selected in a certificate verification rule.
To use this command, your administrator account’s access control profile must have either w or rw permission to the admingrp area. For more information, see “Permissions”.
Syntax
config system certificate ca-group
edit <ca-group_name>
config members
edit <ca_index>
set name <ca_name>
next
end
next
end
Variable
Description
Default
<ca-group_name>
Type the name of a certificate authority (CA) group. The maximum length is 35 characters.
No default.
<ca_index>
Type the index number of a CA within its group. The valid range is from 1 to 9,999,999,999,999,999,999.
No default.
name <ca_name>
Type the name of a previously uploaded CA certificate. The maximum length is 35 characters.
No default.
Example
This example groups two CA certificates into a CA group named caVEndors1.
config system certificate ca-group
edit "caVendors1"
config members
edit 1
set name "CA_Cert_1"
next
edit 2
set name "CA_Cert_2"
next
end
next
end
Related topics
config system certificate local
config system certificate verify