Certificate vs Public Key
tags :
Certificate vs Public Key #
- A certificate contains a public key.
- The certificate, in addition to containing the public key, contains additional information such as issuer, what the certificate is supposed to be used for, and other types of metadata.
- Typically, a certificate is itself signed by a certificate authority (CA) using CA’s private key. This verifies the authenticity of the certificate.