HP Reference Information Storage System v1.6 Administrator Guide (T3559-96073, July 2007)

NOTE:
After deleting pccCert.pem or httpCert.pem in /opt/keys,besuretologofforclosethePCC
UI. If you don’t and refresh, the PCC UI will re-create these les. (The SSL Conguration page will
also not allow new CSRs be created.)
Installing and generating a certicate on the PCC portal
Follow these steps to generate and install a certicate for the RISS PCC portal.
1. Create a certicate signing request (CSR) for the PCC:
a. Log in to the PCC Web interface and go Conguration > SSL Conguration .
b. Complete the CSR g eneration form.
c. Log out of the PCC Web interface.
This generates two les on the PCC:
/opt/keys/pccCert.pem (the certicate request)
/opt/keys/pcckey.pem (the RSA private key)
2. Manually copy the certicate request le to your local machine:
scp root@[external ip address of PCC]:/opt/keys/pccCert.pem
3. Send the certicate request to a certicate authority (CA) such as VeriSign for signing.
Follow the instructions provided by your CA.
4. Impor t the certicate you receive from the CA into the RISS PCC:
a. Store the certicate from the CA on your local machine (for example, as pccCertSigned.pem).
b. Copy the certicate to the PCC:
scp pccCertSigned.pem root@[external ip address of PCC]:/opt/keys/
pccCertSigned.pem
5. Impor t the cer ti cate into the PCC’s Apache server:
usr/local/bin/ssl_cert_update.pl -pcc -cert /opt/keys/pccCertSigned.pem
-key /opt/keys/pcckey.pem
6. Restart the PCC’s Apache server by issuing the following command:
/etc/init.d/httpd restart
Installing and generating a cer ti cate on the HTTP portals
Follow these steps to install a c erticate on the RISS HTTP portals.
1. Create a certicate signing request (CSR) for the HTTP portals:
a. Log in to the PCC Web interface and go Conguration > SSL Conguration .
b. Complete the CSR g eneration form.
c. Log out of the PCC Web interface.
This generates two les on the PCC:
/opt/keys/httpCert.pm (the certicate request)
/opt/keys/httpkey.pem (the RSA private key)
2. Manually copy the certicate request le to your local machine:
scp root@[external ip address of PCC]:/opt/keys/httpCert.pm
40
Conguration