Configuration Procedure - HP 3100 v2 Series Configuration Manual

Hide thumbs Also See for 3100 v2 Series:
Table of Contents

Advertisement

Figure 20 Network diagram

Configuration procedure

This example assumes that the CA is named new-ca, runs Windows Server, and is installed with the
SCEP add-on. This example also assumes the device, host, and CA can reach one other.
1.
Configure the device (HTTPS server):
# Configure a PKI entity, configure the common name of the entity as http-server1, and the
FQDN of the entity as ssl.security.com.
<Device> system-view
[Device] pki entity en
[Device-pki-entity-en] common-name http-server1
[Device-pki-entity-en] fqdn ssl.security.com
[Device-pki-entity-en] quit
# Create a PKI domain, specify the trusted CA as new-ca, the URL of the server for certificate
request as http://10.1.2.2/certsrv/mscep/mscep.dll, authority for certificate request as RA,
and the entity for certificate request as en.
[Device] pki domain 1
[Device-pki-domain-1] ca identifier new-ca
[Device-pki-domain-1] certificate request url
http://10.1.2.2/certsrv/mscep/mscep.dll
[Device-pki-domain-1] certificate request from ra
[Device-pki-domain-1] certificate request entity en
[Device-pki-domain-1] quit
# Create RSA local key pairs.
[Device] public-key loc al create rsa
# Retrieve the CA certificate from the certificate issuing server.
[Device] pki retrieval-certificate ca domain 1
# Request a local certificate from a CA through SCEP for the device.
[Device] pki request-certificate domain 1
# Create an SSL server policy myssl, specify PKI domain 1 for the SSL server policy, and
enable certificate-based SSL client authentication.
[Device] ssl server-policy myssl
[Device-ssl-server-policy-myssl] pki-domain 1
[Device-ssl-server-policy-myssl] client-verify enable
[Device-ssl-server-policy-myssl] quit
# Create a certificate attribute group mygroup1, and configure a certificate attribute rule,
specifying that the distinguished name in the subject name includes the string of new-ca.
[Device] pki certificate attribute-group mygroup1
54

Advertisement

Table of Contents
loading

Table of Contents