3com WXR100 3CRWXR10095A User Manual

Page of 750
crypto generate key
565
Examples — The following command installs a certificate:
WX4400# crypto certificate admin
Enter PEM-encoded certificate
-----BEGIN CERTIFICATE-----
MIIBdTCP3wIBADA2MQswCQYDVQQGEwJVUzELMAkGA1UECBMCQOExGjAYBgNVBAMU
EXR1Y2hwdWJzQHRycHouY29tMIGfMAOGCSqGSIb3DQEBAQAA4GNADCBiQKBgQC4
.....
2L8Q9tk+G2As84QYLm8wmVY>xP56M;CUAm908C2foYgOY40=
-----END CERTIFICATE-----
See Also
„
„
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, the 
command generates an SSH authentication key.
Syntax — 
crypto generate key {admin | domain | eap | ssh | 
web} {128 |512 | 1024 | 2048}
„
admin
 — Generates an administrative key pair for authenticating the 
WX switch to 3WXM or Web Manager.
„
domain
 — Generates a key pair for securing the management traffic 
between WX switches.
„
eap
 — Generates an EAP key pair for authenticating the WX switch to 
802.1X supplicants (clients).
„
ssh
 — Generates a key pair for authenticating the WX switch to 
Secure Shell (SSH) clients.
„
web
 — Generates an administrative key pair for authenticating the WX 
switch to WebAAA clients.
„
512 | 1024 | 2048
 — Length of the key pair in bits. 
The minimum key size for SSH is 1024.
Defaults — None.
Access — Enabled.