264
Predefined user roles
network-admin
Parameters
fqdn-name-string: Specifies an FQDN, a case-sensitive string of 1 to 255 characters.
Usage guidelines
An FQDN uniquely identifies a PKI entity on a network. It consists of a host name and a domain name
in the format of hostname@domainname.
Examples
# Set pki.domain-name.com as the FQDN of the PKI entity en.
<Sysname> system-view
[Sysname] pki entity en
[Sysname-pki-entity-en] fqdn abc@pki.domain.com
ip
Use ip to assign an IP address to a PKI entity.
Use undo ip to remove the configuration.
Syntax
ip { ip-address | interface interface-type interface-number }
undo ip
Default
No IP address is configured for a PKI entity.
Views
PKI entity view
Predefined user roles
network-admin
Parameters
ip-address: Configures an IPv4 address.
interface interface-type interface-number: Specifies the primary IPv4 address of an interface as the IPv4
address of the PKI entity.
Usage guidelines
Use this command to configure an IP address for a PKI entity or specify the primary IPv4 address of an
interface as the IP address of the PKI entity. In the latter case, you do not need to assign an IP address to
the interface when you execute this command, but you must assign an IP address before the device
requests a certificate.
Examples
# Configure 192.168.0.2 as the IP address of the PKI entity en.
<Sysname> system-view
[Sysname] pki entity en
[Sysname-pki-entity-en] ip 192.168.0.2