D-Link dws-1008 Switch User Manual


 
D-Link DWS-1008 CLI Manual 216
Examples The following command adds the certificate authority’s certificate to switch certificate
and key storage:
DWS-1008# crypto ca-certificate admin
Enter PEM-encoded certificate
-----BEGIN CERTIFICATE-----
MIIDwDCCA2qgAwIBAgIQL2jvuu4PO5FAQCyewU3ojANBgkqhkiG9wOBAQUFADCB
mzerMClaweVQQTTooewi\wpoer0QWNFNkj90044mbdrl1277SWQ8G7Diw
YUtrqoQplKJvxz .....
Lm8wmVYxP56M;CUAm908C2foYgOY40=
-----END CERTIFICATE-----
See Also:
• show crypto ca-certificate
crypto certificate
Installs one of the switch’s PKCS#7 certificates into the certificate and key storage area on the
switch. The certificate, which is issued and signed by a certificate authority, authenticates the
switch either to Web View, or to 802.1X supplicants (clients).
Syntax: crypto certificate {admin | eap | web} PEM-formatted-certificate
admin Stores the certificate authority’s administrative certificate, which
authenticates the switch to Web View.
eap Stores the certificate authority’s Extensible Authentication Protocol
(EAP) certificate, which authenticates the switch to 802.1X
supplicants (clients).
web Stores the certificate authority’s WebAAA certificate, which
authenticates the to clients who use WebAAA.
PEM-formatted-certificate ASCII text representation of the certificate authority PKCS#7
certificate, consisting of up to 5120 characters that you have obtained
from the certificate authority.
Defaults: None.
Access: Enabled.
Usage: To use this command, you must already have generated a certificate request with the
crypto generate request command, sent the request to the certificate authority, and obtained a
signed copy of the switch certificate as a PKCS#7 object file. Then do the following: