2-7
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-30644-01
Chapter2 Using the Web-Browser Interface
Using Online User Guides
AP(config)# end
In this example, the access point system name is ap3600, the domain name is company.com, and the IP
address of the DNS server is 10.91.107.18.
For complete descriptions of the commands used in this example, consult the Cisco IOS Commands
Master List, Release 12.4. Click this link to browse to the master list of commands:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124mindx/124htnml.htm

Deleting an HTTPS Certificate

The access point generates a certificate automatically when you enable HTTPS. However, if you need to
change the fully qualified domain name (FQDN) for an access point, or you need to add an FQDN after
enabling HTTPS, you might need to delete the certificate. Follow these steps:
Step1 Browse to the Services: HTTP Web Server page.
Step2 Uncheck the Enable Secure (HTTPS) Browsing check box to disable HTTPS.
Step3 Click Delete Partial SSL certificate to delete the certificate.
Step4 Click Apply. The access point generates a new certificate using the new FQDN.

CLI Commands for Deleting an HTTPS Certificate

In the global configuration mode, use the following commands for deleting an HTTPS certificate.
Using Online User Guides
In the web-browser interface, click the help icon at the top of the Home page to the online version of this
guide (Cisco IOS Configuration Guide for Autonomous Cisco Aironet Access Points). You can choose
view the guide online or you can also download a PDF version of the guide for offline reference. The
online guide is periodically updated and hence will give you more up to date information.
Disabling the Web-Browser Interface
To prevent all use of the web-browser interface, select the Disable Web-Based Management check box
on the Services: HTTP-Web Server page and click Apply.
To re-enable the web-browser interface, enter this global configuration command on the access point
CLI:
Command Purpose
Step1 no ip http secure-server Disables HTTPS
Step2 crypto key zeroize rsa name-of-rsa-key Deletes the RSA key for the http server. Along with
this all the router certificates (HTTPS certificates)
issued using these keys will also be removed.