538 Managing keys and certificates
NN47250-500 (Version 03.01)

Installing CA-signed certificates using a PKCS #10 object file (CSR) and

a PKCS #7 object file

This scenario shows how to use CSRs to install public-private key pairs, CA-signed certificates, and CA certifies for
administrative access, 802.1X (EAP) access, and Web-based AAA access.
1Set time and date parameters, if not already set. (See “Configuring and managing time parameters” on
page 174.)
2Generate public-private key pairs:
WSS# crypto generate key admin 1024
key pair generated
WSS# crypto generate key eap 1024
key pair generated
WSS# crypto generate key web 1024
key pair generated
3Create a CSR (PKCS #10 object file) to request an administrative certificate:
WSS# crypto generate request admin
Country Name: US
State Name: CA
Locality Name: Cambria
Organizational Name: example
Organizational Unit: eng
Common Name: WSS-2
Email Address: admin@example.com
Unstructured Name: wiring closet 12
CSR for admin is
-----BEGIN CERTIFICATE REQUEST-----
MIIBdTCB3wIBADA2MQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExGjAYBgNVBAM
U
EXRlY2hwdWJzQHRycHouY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC
4
...
2L8Q9tk+G2As84QYMwe9RJAjfbYM5bdWRUFiLzvK7BJgqBsCZz4DP00=
-----END CERTIFICATE REQUEST-----
4Copy the CSR into the CAs application.
5Transfer the signed administrative certificate (PKCS #7 object file) from the CA to your computer.
6Open the signed certificate file with a text editor. Copy the entire file from the first hyphen to the last.
Note. You must paste the entire block, from the beginning
-----BEGIN CERTIFICATE REQUEST----- to the end
-----END CERTIFICATE REQUEST-----.