Certificate authorities (CAs) manage certificate requests and issue certificates to participating network devices. These services provide centralized security key and certificate management for the participating devices. Specific CA servers are referred to as trustpoints. When a connection attempt is made, the HTTPS server provides a secure connection by issuing a certified X.509v3 certificate, obtained from a specified CA trustpoint, to the client. The client (usually a Web browser), in turn, has a public key that allows it to authenticate the certificate. For secure HTTP connections, we highly recommend that you configure a CA trustpoint. If a CA trustpoint is not configured for the device running the HTTPS server, the server certifies itself and generates the needed RSA key pair. Because a self-certified (self-signed) certificate does not provide adequate security, the connecting client generates a notification that the certificate is self-certified, and the user has the opportunity to accept or reject the connection. This option is useful for internal network topologies (such as testing).
If you do not configure a CA trustpoint and then enable a secure HTTP connection, the device automatically generates either a temporary or a persistent self-signed certificate for the secure HTTP server or client. If the device is not configured with a hostname and domain name, it generates a temporary self-signed certificate. If the switch reboots, it deletes any temporary self-signed certificate and assigns a new one. If the device has been configured with a hostname and domain name, it generates a persistent self-signed certificate. This certificate remains active if you reboot the device or disable the secure HTTP server. The certificate will be available when you re-enable a secure HTTP connection.
Use the Trust Point Configuration section of the page to make these changes.