Allied Telesis AT-S63 User Manual

Page 655

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

Section IX: Management Security

655

5. These commands download the CA certificates into the switch’s file

system from the TFTP server. The commands assume that the IP
address of the server is 149.88.88.88 and that the certificate names
are “sw24cer.cer” and “ca.cer”. (This step could be performed using
Xmodem.)

load method=tftp destfile=sw24cer.cer server=149.88.88.88
file=c:sw24cer.cer

load method=tftp destfile=ca.cer server=149.88.88.88
file=c:ca.cer

6. These commands load the certificates into the certificate database:

add pki certificate="Switch 24 certificate"
location=sw24cert.cer

add pki certificate="CA certificate" location=ca.cer

7. This command disables the web server:

disable http server

8. This command configures the web server. It activates HTTPS and

specifies the key created in step 1:

set http server security=enabled sslkeyid=8

9. This command enables the web server:

enable http server

Advertising