890 ExtremeWare Software 7.3.0 Command Reference Guide
Security Commands
download ssl privkey
download ssl <ip address> privkey <key file>
Description
Permits downloading of a private key from files in a TFTP server.
Syntax Description
Default
N/A.
Usage Guidelines
When this command is executed, if the private key is encrypted, the user is prompted to enter the
passphrase that was used to encrypt the private key when the private key was generated. Only DES
and 3DES encryption mechanisms are supported for private key encryption. If the operation is
successful the existing private key will be overwritten.
After the download is successful, a check is performed to find out whether the private key downloaded
matches with the public key stored in the certificate. If they do not match, a warning message is
displayed (“Warning: The Private Key does not match with the Public Key in the certificate.”). This
warning acts as a reminder to the user to download the corresponding certificate.
The certificate and private key file should be in PEM format and generated using RSA as the
cryptography algorithm.
Example
The following command enables downloading of a private key from a TFTP server:
download ssl 166.81.0.14 privkey t00Ts1e
History
This command was first available in ExtremeWare 6.2a and added to the “i” series in 7.3.0.
Platform Availability
This command is available on Alpine 3800 series only.
ip address Specifies the IP address of the TFTP server.
key file Specifies the name of private key file.