- CA certificate
A certificate that identifies a certificate authority.
See Also certificate authority (CA), root CA.
- CA server key
The SSL server key of the server providing a CA service.
- CA signing key
The private key that corresponds to the public key in the CA certificate. A CA uses its signing key to sign certificates and CRLs.
- certificate
Digital data, formatted according to the X.509 standard, that specifies the name of an individual, company, or other entity (the
subject name of the certificate) and certifies that a
public key, which is also included in the certificate, belongs to that entity. A certificate is issued and digitally signed by a
certificate authority (CA). A certificate's validity can be verified by checking the CA's
digital signature through
public-key cryptography techniques. To be trusted within a
public-key infrastructure (PKI), a certificate must be issued and signed by a CA that is trusted by other entities enrolled in the PKI.
- certificate authority (CA)
A trusted entity that issues a
certificate after verifying the identity of the person or entity the certificate is intended to identify. A CA also renews and revokes certificates and generates CRLs. The entity named in the issuer field of a certificate is always a CA. Certificate authorities can be independent third parties or a person or organization using certificate-issuing server software, such as Red Hat Certificate System.
- certificate chain
A hierarchical series of certificates signed by successive certificate authorities. A CA certificate identifies a
certificate authority (CA) and is used to sign certificates issued by that authority. A CA certificate can in turn be signed by the CA certificate of a parent CA, and so on up to a
root CA. Certificate System allows any end entity to retrieve all the certificates in a certificate chain.
- Certificate Manager
An independent Certificate System subsystem that acts as a certificate authority. A Certificate Manager instance issues, renews, and revokes certificates, which it can publish along with CRLs to an LDAP directory. It accepts requests from end entities.
See Also certificate authority (CA).
- certificate profile
A set of configuration settings that defines a certain type of enrollment. The certificate profile sets policies for a particular type of enrollment along with an authentication method in a certificate profile.
- certificate revocation list (CRL)
As defined by the X.509 standard, a list of revoked certificates by serial number, generated and signed by a
certificate authority (CA).
- Certificate System subsystem
- certificate-based authentication
Authentication based on certificates and public-key cryptography.
See Also password-based authentication.
- cipher
See cryptographic algorithm.
- ciphertext
Encrypted data.
- client
An entity on the network (a user, a host, or an application) that can receive a ticket from Kerberos.
- client authentication
The process of identifying a client to a server, such as with a name and password or with a certificate and some digitally signed data.
See Also certificate-based authentication, password-based authentication, server authentication.
- client SSL certificate
A certificate used to identify a client to a server using the SSL protocol.
See Also Secure Sockets Layer (SSL).
- credential cache
A file which contains the keys for encrypting communications between a user and various network services. Kerberos 5 supports a framework for using other cache types, such as shared memory, but files are more thoroughly supported.
Also called a ticket file.
- credentials
A temporary set of electronic credentials that verify the identity of a client for a particular service. Also called a ticket.
- CRL
See certificate revocation list (CRL).
- crypt hash
A one-way hash used to authenticate users. These are more secure than using unencrypted data, but they are still relatively easy to decrypt for an experienced cracker.
- cryptographic algorithm
A set of rules or directions used to perform cryptographic operations such as
encryption and
decryption.
- cryptographic module
See PKCS #11 module.