Glossary

Learn about data security, encryption, hashing and encoding in our knowledge base.

Certificate

A certificate is a digital document that is used to verify the identity of a person, organization, or device and to establish a secure connection. Certificates are often used in conjunction with public key infrastructure (PKI) to ensure the authenticity and integrity of communication over the internet.

A certificate contains information about the entity it belongs to, such as the name, address, and contact information. It also contains the entity's public key, which can be used to encrypt messages and verify the entity's digital signature.

There are several types of certificates, including:

  • Server certificates: These are used to establish secure connections between servers and clients, such as in the case of SSL/TLS certificates used to secure websites.

  • Client certificates: These are used to identify individual users or devices, such as in the case of digital certificates used to authenticate users for access to certain resources or systems.

  • Root certificates: These are the highest level of certificates in a PKI hierarchy and are used to verify the authenticity of all other certificates in the hierarchy.

Certificates are issued by certificate authorities (CAs), which are trusted third parties that verify the identity of the entity requesting the certificate. Once issued, a certificate can be used to establish trust and secure communication between two parties.