Basics Flashcards
What does PKI stand for?
Public Key Infrastructure
What is a PKI (Public Key Infrastructure)?
Two key (asymmetric) cryptosystem
What are the benefits of PKI?
Integrity
Confidentiality
Authenticity
Non-repudiation -
Explain the concept of PKI’s Integrity?
Data doesn’t change in transit. It came from who state it came from.
Explain the concept of PKI Confidentiality?
(Digital Encryption) Ensures the designated person is the only one who can view the document.
Explain the concept of PKI Authenticity?
Logging on, when you enter your password the local security authority runs a hash on your password (Algorithm is called Digest), a Digest is sent over the network to the server. The server (which knows your password) puts a Hash algorithm on your password and it should be the same digest.
Explain the concept or PKI Non-repudiation
A maker of a signed software is not able to repudiate it since the certificate that contains the key pair is on the software.
What is a Certificate Authority?
A Certificate Authority binds public keys with respected identities of entities. This binding is done through a process of registration and issuance of certificates.
What is the concept of Certificate Enrollment?
Where the public key binding is done through registration and issuance of certificates.
What can a private CA do?
Certify Entities such as User accounts, Smart Phone, Router, laptop or a website. It can perform the duties which a CA Infrastructure can do.
What is the difference between a Stand Alone CA vs Enterprise CA?
The stand-alone CA
- Offline
- No AD DS required
- All certificates are approved manually.
Enterprise CA
- Online
- AD DS required.
- Certificates can be issued or denied automatically based on a policy.
What is a two-tier CA?
- Root CA (stand-alone CA), after issuing certificates to Issuing CA it goes offline.
- Issuing CA is Enterprise CA and it’s always online. Auto-enrollment enabled.
Note: This prevents any rogue CA coming into your network since it needs to be certified through the root CA.
What is a policy hierarchy?
- Root CA (stand-alone CA), after issuing certificates to Policy CA it goes offline.
- Policy CA defines policy at granular level and issues certificates to to Issue CA
- Issuing CA is Enterprise CA and it’s always online. Auto-enrollment enabled.
Can Root CA and Issuing CA be on the same server?
Yes, they can, many companies use this method.
What does ADCS stand for?
Active Directory Certificate Services