CA/Terminology: Difference between revisions
Line 7: | Line 7: | ||
'''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. | '''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 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. | '''Certification Practice Statement:''' One of several documents forming the governance framework in which Certificates are created, issued, managed, and used. |
Revision as of 20:27, 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: The top level Certification Authority whose Root Certificate is included in NSS.
Root Certificate: The self-signed Certificate issued by the 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 the Root CA, or another Subordinate CA.
Trust Anchor: A Certificate that is included in NSS, this is usually a Root Certificate, but under certain circumstances may be an Intermediate Certificate.