rotsertifikatet
Rotsertifikatet, commonly referred to as a root certificate, is the highest level of a digital certificate in a public key infrastructure (PKI). It acts as the anchor of trust for a hierarchy of certificates that verify identities and enable secure communications. A root certificate is typically self-signed, meaning the issuer and subject are the same authority, and it contains the root’s public key, identifying details, and its validity period. Because root certificates are trusted by software and operating systems, they underpin the trust model for TLS, code signing, S/MIME, and other PKI-based services.
Root certificates are distributed as trust anchors in major software and operating system trust stores and
Managing root certificates involves governance, robust protection of private keys, and procedures for revocation or replacement.