
187
Related commands:
display ip https
(in
HTTP
in the
Fundamentals Command
Reference
),
acl number
(in
ACL
in the
ACL and QoS Command Reference
)
.
Examples
Example 1:
Associate the HTTPS service with ACL 100 and only allow the wireless client with the SSID
user-ssid-name
to access the device through the Web function.
<Sysname> system-view
[Sysname] acl number 100
[Sysname-acl-wlan-100] rule permit ssid user-ssid-name
[Sysname-acl-wlan-100] quit
[Sysname] ip https acl 100
Example 2:
Associate the HTTPS service with ACL 2001 and only allow the clients within the
10.10.0.0/16 network segment to access the HTTPS server through the Web function.
<Sysname> system-view
[Sysname] acl number 2001
[Sysname-acl-basic-2001] rule permit source 10.10.0.0 0.0.255.255
[Sysname-acl-basic-2001] quit
[Sysname] ip https acl 2001
ip https certificate access-control-policy
Syntax
ip https certificate access-control-policy
policy-name
undo ip https certificate access-control-policy
View
System view
Default Level
3: Manage level
Parameters
policy-name
: Name of the certificate attribute access control policy, which is a string of
1 to 16 characters.
Description
Use the
ip https certificate access-control-policy
command to associate the HTTPS
service with a certificate attribute access control policy.
Use the
undo ip https certificate access-control-policy
command to remove the
association.