Specifications

crypto certificate
Chapter 15
Cryptography Commands
483
Defaults
None.
Access
Enabled.
Usage
The Privacy-Enhanced Mail protocol (PEM) format is used for
representing a PKCS #7 certificate in ASCII text. PEM uses base64 encoding to
convert the certificate to ASCII text, then puts the encoded text between the
following delimiters:
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
To use this command, you must already have obtained a copy of the certificate
authority’s certificate as a PKCS #7 object file. Then do the following:
1 Open the PKCS #7 object file with an ASCII text editor such as Notepad
or vi.
2 Enter the crypto ca-certificate command on the CLI command line.
3 When UNIVERGE WL Control System prompts you for the PEM-formatted
certificate, paste the PKCS #7 object file onto the command line.
Examples
The following command adds the certificate authority’s certificate to
UNIVERGE WL Controller certificate and key storage:
UNIVERGE WL Controller# crypto ca-certificate admin
Enter PEM-encoded certificate
-----BEGIN CERTIFICATE-----
MIIDwDCCA2qgAwIBAgIQL2jvuu4PO5FAQCyewU3ojANBgkqhkiG9wOBAQUFADCB
mzerMClaweVQQTTooewi\wpoer0QWNFNkj90044mbdrl1277SWQ8G7DiwYUtrqoQplKJvxz
.....
Lm8wmVYxP56M;CUAm908C2foYgOY40=
-----END CERTIFICATE-----
See Also
show crypto ca-certificate on page 494
crypto certificate
Installs one of the UNIVERGE WL Controllers PKCS #7 certificates into the
certificate and key storage area on the UNIVERGE WL Controller. The
certificate, which is issued and signed by a certificate authority, authenticates the
UNIVERGE WL Controller either to UNIVERGE WLMS or WebView, or to
802.1X supplicants (clients).