250
<Sysname> system-view
[Sysname] pki domain aaa
[Sysname-pki-domain-aaa] certificate request polling interval 15
[Sysname-pki-domain-aaa] certificate request polling count 40
Related commands
display pki certificate request-status
certificate request url
Use certificate request url to specify the URL of the registration server for certificate request through the
SCEP protocol.
Use undo certificate request url to remove the configuration.
Syntax
certificate request url url-string [ vpn-instance vpn-instance-name ]
undo certificate request url
Default
The URL of the registration server is not specified.
Views
PKI domain view
Predefined user roles
network-admin
Parameters
url-string: Specifies the URL of the registration server for certificate request, a case-sensitive string of 1 to
511 characters.
vpn-instance vpn-instance-name: Specifies the MPLS L3VPN instance to which the registration server
belongs, where the vpn-instance-name argument is a case-sensitive string of 1 to 31 characters. If the
registration server is on the public network, do not specify this option.
Usage guidelines
The specified URL contains the location of the server and the location of CGI command interface script
in the format of http://server_location/ca_script_location, where:
• server_location can be an IPv4 address, IPv6 address, or a domain name.
• cgi_script_location is the path of the application script on the registration server (CA or RA server).
The actual length of the URL is restricted by the CLI or the url-string parameter, whichever is smaller.
Examples
# Specify the URL of the registration server as http://169.254.0.100/certsrv/mscep/mscep.dll.
<Sysname> system-view
[Sysname] pki domain aaa
[Sysname-pki-domain-aaa] certificate request url
http://169.254.0.100/certsrv/mscep/mscep.dll
# Specify the URL of the registration server in VPN instance vpn1 as
http://mytest.net/certsrv/mscep/mscep.dll.