Crypto Generate Key - D-Link DWS-1008 Cli Reference Manual

8 port 10/100 wireless switch with power over ethernet
Hide thumbs Also See for DWS-1008:
Table of Contents

Advertisement

DWS-1008 CLI Reference Guide
The switch verifies the validity of the public key associated with this certificate before installing
it, to prevent a mismatch between the switch's private key and the public key in the installed
certificate.
Examples: The following command installs a certificate:
DWS-1008# crypto certificate admin
Enter PEM-encoded certificate
-----BEGIN CERTIFICATE-----
MIIBdTCP3wIBADA2MQswCQYDVQQGEwJVUzELMAkGA1UECBMCQOExGjAYBgNVBAMU
EXR1Y2hwdWJzQHRycHouY29tMIGfMAOGCSqGSIb3DQEBAQAA4GNADCBiQKBgQC4
.....
2L8Q9tk+G2As84QYLm8wmVY>xP56M;CUAm908C2foYgOY40=
-----END CERTIFICATE-----

crypto generate key

Generates an RSA public-private encryption key pair that is required for a Certificate Signing
Request (CSR) or a self-signed certificate. For SSH, generates an authentication key.
Syntax: crypto generate key {eap | ssh} {512 | 1024 | 2048}
eap
ssh
512 | 1024 | 2048
Defaults: None
Usage: You can overwrite a key by generating another key of the same type.
Examples: To generate an administrative key for use, type the following command:
DWS-1008# crypto generate key admin 1024
key pair generated
D-Link Systems, Inc.
Generates an EAP key pair for authenticating the switch to 802.1X
supplicants (clients).
Generates a key pair for authenticating the switch to Secure Shell
(SSH) clients.
Length of the key pair in bits.
Note: The minimum key size for SSH is 1024
Access: Enabled
Cryptography Commands
291

Advertisement

Table of Contents
loading

Table of Contents