Technical data
ServerIron ADX Graphical User Interface Guide 5
53-1002412-01
Setting up secure web access
1
To import a private key from TFTP server, enter the following command.
ServerIronADX(config)# ip ssl private-key-file tftp <ip address> <key file-name>
After you have imported the digital certificate, enter the following command to enable HTTPS
access.
ServerIronADX(config)# crypto-ssl certificate generate
NOTE
Imported certificates must be no larger than 4096 bits.
NOTE
Only the private keys that are unencrypted with the file size of 512 or 1024 bits are supported.
Generating a self-signed SSL certificate
To generate a self-signed SSL certificate, enter the following command.
ServerIronADX(config)# crypto-ssl certificate generate default_cert
Enabling HTTPS
To enable HTTPS access, use the following command.
ServerIronADX# web-management https
ServerIronADX# web-management soap-service
If you login through HTTPS, the system prompts you for certificate verification. Click Yes to login to
the device.
To verify that the web access is enabled correctly, use one of the following methods.
• For HTTP access, enter http://<IP address> in the address bar of the browser.
Example http://1.1.1.1
• For HTTPS access, enter https://<IP address> in the address bar of the browser.
Example https://1.1.1.1










