- Root certificate
In
cryptography andcomputer security , a root certificate is either an unsignedpublic key certificate or aself-signed certificate that identifies the RootCertificate Authority (CA). A root certificate is part of apublic key infrastructure scheme. The most common commercial variety is based on theITU-T X.509 standard, which normally includes adigital signature from acertificate authority (CA).Digital certificates are verified using a
chain of trust . The trust anchor for the digital certificate is the Root Certificate Authority (CA).A
certificate authority can issue multiple certificates in the form of atree structure . A root certificate is the top-most certificate of the tree and it is used to "sign" other certificates. All certificates below the root certificate inherit the trustworthiness of the root certificate - a signature by a root certificate is somewhat analogous to "notarizing" an identity in the physical world.Many software applications assume these root certificates are trustworthy on the user's behalf. For example, a
Web browser uses them to verify identities within SSL/TLS secure connections. However, this implies that the user trusts their browser's publisher, the certificate authorities it trusts, and anyone the certificate authority may have issued a certificate-issuing-certificate, to faithfully verify the identity and intentions of all parties that own the certificates. This (transitive) trust in a root certificate is the usual case and is integral to the X.509 certificate chain model.The root certificate is usually made trustworthy by some mechanism other than a certificate, such as by secure physical distribution. For example, some of the most well-known root certificates are distributed in the Internet browsers by their manufacturers.
External links
* [https://www.verisign.com/support/roots.html Verisign root certificates, including subsidiaries Thawte and Geotrust]
* [http://www.entrust.net/developer/index.cfm Entrust root certificates]
* [http://wiki.cacert.org/wiki/ImportRootCert Import CACert root certs]
Wikimedia Foundation. 2010.