Manage Certificates

Certificates provide a secure way of authenticating devices and eliminate the need for less secure password-based authentication. In certificate-based authentication uses digital certificates to identify a user or device before granting access to a network or application.

Server certificates and the digital certificates issued by a CA Certificate Authority or Certification Authority. Entity in a public key infrastructure system that issues certificates to clients. A certificate signing request received by the CA is converted into a certificate when the CA adds a signature generated with a private key. See digital certificate. validate the identities of servers and clients. For example, when a client connects to a server for the first time or the first time since its previous certificate expired or revoked. The server requests that the client to transmit its authentication certificate and verifies it. Clients can also request and verify the authentication certificate of the server.

To avoid any error in the server certification, ensure to include the following Subject Alternate Name (SAN) in the certificate:

If you are using your own Public Key The part of a public-private key pair that is made public. The public key encrypts a message and the message is decrypted with the private key of the recipient. Infrastructure (PKI Public Key Infrastructure. PKI is a security technology based on digital certificates and the assurances provided by strong cryptography. See also certificate authority, digital certificate, public key, private key. ) to issue certificates, then you must adhere to the following:

This topic includes the following sections: