Network Security
Self-Signed Certificate
Also known as: Self-issued certificate
Definition
A digital certificate that is signed with the same private key whose public counterpart it contains, with no external certificate authority involved.
Examples
- A developer running a local HTTPS server with mkcert or openssl-generated certificate.
- The root certificate of an internal PKI, which is by definition self-signed.
Related terms
X.509 Certificate
A standard structure for a digital certificate that binds a public key to an identity through a signature from a trusted certificate authority.
Certificate Authority (CA)
A trusted entity that issues and signs digital certificates, binding cryptographic public keys to verified identities such as domain names or organisations.
Public Key Infrastructure (PKI)
The combined system of policies, software, hardware and trusted authorities used to issue, distribute, validate and revoke digital certificates that bind identities to public keys.
TLS (Transport Layer Security)
TLS (Transport Layer Security) — definition coming soon.
HTTPS
HTTPS — definition coming soon.
Digital Signature
A public-key cryptographic mechanism that proves the authenticity, integrity and non-repudiation of a message or document.