Allied Telesis AT-8100 Series User Manual
Page 1459
AT-8100 Switch Command Line User’s Guide
1459
7. Designate the new certificate from the CA as the active certificate on
the switch with “IP HTTPS CERTIFICATE” on page 1474, in the Global
Configuration mode. The command has this format:
ip https certificate
id_number
The ID_NUMBER parameter is the ID number you assigned the self-
signed certificate and enrollment request.
8. Activate the HTTPS web browser server with “SERVICE HTTPS” on
page 1473, in the Global Configuration mode. This command has no
parameters.
Here is an example of how to configure the HTTPS web browser server for
a certificate from a public or private CA. The certificate is assigned these
specifications:
ID number: 1
Key length: 512
Passphrase: hazeltime
Common name: 124.201.76.54 (This is the IP address of the
switch.)
Organizational unit: Production
Organization: ABC_Industries
Location: San_Jose
State: California
Country: US
Duration: 365 days
awplus> enable
Enter the Privileged Exec mode
from the User Exec mode.
awplus# configure terminal
Enter the Global Configuration
mode.
awplus(config)# crypto certificate 1 generate 512
hazeltime 124.201.76.54 Production ABC_Industries
San_Jose California US 365
Create the self-signed certificate
with “CRYPTO CERTIFICATE
GENERATE” on page 1467.
This is the information the switch
displays as it creates the
certificate.
Generating a 512 bit RSA private key
........................................+++++
..................................+++++
writing new private key to '/cfg/cer1.pem'