Digital Certificates Recap Flashcards
What are common certificate applications?
Server authentication, client authentication, code signing, email signing, time stamping, IP security, windows hardware driver verification, smart card logon, document signing, public key transport.
What are common certificate types?
IKE, PKCS #7, PKCS #10, RSA signatures, X.509v3.
What are the main stages of key/certificate management?
Initialization, Issued, and Cancellation.
What is Initialization?
registration, key pair generation, certificate creation, distribution, dissemination, and backup.
What is Issued?
certificate retrieval, validation, key recovery, and update.
What is cancellation?
certificate expiration, revocation, key history, and archiving.
What are the four steps for obtaining certificates from a CA?
Requester generates key pair
Requester creates Certificate Signing Request (CSR)
Trusted CA generates the digital certificate for the requester.
Trusted CA signs the requester’s digital certificate with their private key.
What are the two main encoding schemes for X.509?
PEM (Base64 ASCII text) and DER (binary)
What are common certificate file types?
.cer, .crt, .pem, .key, and .der
What is the difference between end-to-end authentication and intermediate authentication??
E-TE: Client authenticates itself to the end-service.
I A: Only part of the conversation between entities is authentication.