69
# Create certificate-based access control policy
myacp
. Configure a certificate access control
rule that uses the matching criteria in certificate attribute group
mygroup1
.
[Device] pki certificate access-control-policy myacp
[Device-pki-cert-acp-myacp] rule 1 permit mygroup1
[Device-pki-cert-acp-myacp] quit
# Associate SSL server policy
myssl
with the HTTPS service.
[Device] ip https ssl-server-policy myssl
# Use certificate-based access control policy
myacp
to control HTTPS access.
[Device] ip https certificate access-control-policy myacp
# Enable the HTTPS service.
[Device] ip https enable
# Create local user
usera
. Set the password to
123
, the service type to HTTPS, and the user
role to network-admin.
[Device] local-user usera
[Device-luser-usera] password simple 123
[Device-luser-usera] service-type https
[Device-luser-usera] authorization-attribute user-role network-admin
2.
Configure the host (HTTPS client):
# On the host, run the IE browser and enter
http://10.1.2.2/certsrv
in the address bar.
# Request a certificate for the host as prompted.
Verifying the configuration
1.
On the host, enter
https://10.1.1.1
in the browser's address bar, and select the certificate
issued by
new-ca
.
2.
When the Web login page appears, enter the username
usera
and password
123
to log in to
the Web interface.
For more information about PKI and SSL configuration commands and the
public-key local create
rsa
command, see
Security Command Reference.
Содержание FlexNetwork 10500 Series
Страница 139: ...130 Sysname display version ...