CA/Terminology: Difference between revisions
Line 25: | Line 25: | ||
'''Subordinate Certificate:''' An Intermediate Certificate. | '''Subordinate Certificate:''' An Intermediate Certificate. | ||
'''Trust Anchor:''' A Certificate that is included in NSS. This is usually a Root Certificate, but under certain circumstances may be an Intermediate Certificate. | '''Trust Anchor:''' A Certificate that is included in NSS with at least one of the trust bits enabled. This is usually a Root Certificate, but under certain circumstances may be an Intermediate Certificate. |
Revision as of 21:16, 27 August 2012
Certificate: An electronic document that uses a digital signature to bind a public key and an identity. Certificates are used in three primary functions within Mozilla software: to connect to an SSL-enabled web server or other SSL-enabled servers, to read digitally signed email from another user, to download and execute digitally signed code.
Certificate Policy: A set of rules that indicates the applicability of a named Certificate to a particular community and/or PKI implementation with common security requirements.
Certification Authority: An organization that is responsible for the creation, issuance, revocation, and management of Certificates.
Certification Practice Statement: One of several documents forming the governance framework in which Certificates are created, issued, managed, and used.
End-Entity Certificate: A Certificate that does not sign other Certificates.
Intermediate Certificate: A Certificate that is signed by either a Root Certificate or another Intermediate Certificate, and that signs either End-Entity Certificates or other Intermediate Certificates.
Multi-Factor Authentication: Authentication requiring something in addition to user-name and password.
Root CA: A Certification Authority whose Certificate is included in NSS.
Root Certificate: A self-signed Certificate issued by a Root CA to identify itself and to facilitate verification of Certificates issued to its Subordinate CAs.
Subordinate CA: An organization that is responsible for the creation, issuance, revocation, and management of Certificates. The Subordinate CA's Certificate is signed by a Root CA or another Subordinate CA.
Subordinate Certificate: An Intermediate Certificate.
Trust Anchor: A Certificate that is included in NSS with at least one of the trust bits enabled. This is usually a Root Certificate, but under certain circumstances may be an Intermediate Certificate.