User's Manual

Table Of Contents
EION: interface Wireless 1 authentication no password
Password cleared.
4.2.5.4. Certificate Management
Certificates and private keys are currently used to connect a wireless station (CPE) to an access point
using EAP-TLS authentication. Certificates should also be used to check authenticator's certificate
signature in EAP-TLS, EAP-TTLS and PEAP modes.
To copy a digital certificate or a private key file to the LibraPlus, start a TFTP server at the certificate
source host.
Certificate management commands can be found in the certificate subsection:
EION: certificate ?
delete - Delete certificate.
export - Export certificate.
import - Copy certificate from TFTP server.
Certificate management commands handle PEM-formatted files only. Each file may contain a client
certificate, a CA certificate, or a private key. A private key and a client certificate may be merged in
the same file, for example [truncated]:
-----BEGIN CERTIFICATE-----
MIICrTCCAhagAwIBAgIBFTANBgkqhkiG9w0BAQQFADCBgjELMAkGA1UEBhMCUlUx
DzANBgNVBAgTBlJ1c3NpYTEPMA0GA1UEBxMGTW9zY293MREwDwYDVQQKEwhJSVRQ
...
ly7Ts5+5+O3M+aoRsOX07yA=
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,F5A0234F4ED60C0B
sV7rnnqd/u297NbniT08l7rIWv+Wzhnu4JYNI/YV7/4QOOMqn2OiqQajJOlK5qRS
XKy8Kb6+h87H1UzVsn/tDnTZf7dPodW29q6WS3a47ezromYsT46yeC7YbXUEdFr5
...
pT6uvP3vMCBgK6GLuiqjG9irEnZDe+PxTicc7yS2IPyRqTKUqt3lBQ==
-----END RSA PRIVATE KEY-----
Command Summary
certificate import {server} {file} [password]
Description. Download a PEM file from a TFTP server.
No-Form. N/A.
Arguments.
server
TFTP server domain name or IP address.
file
PEM file name on the server. The file will be saved locally under the same
name.
password
ptional password, it can be used if a transmitted file or some part of it is
encrypted.
59
Configuration