How to install a Root Certification Authority - Step-by-step
"The root of the trust chain in any PKI is the Root Certification Authority."
For security reasons the machine that you will be using is an isolated / standalone / non-domain joined machine. You want to limit access to this machine as much as possible.
The function of the Root CA is to "generate the server certificates that will be installed on the subordinate CAs. And those subordinate CAs will actually distribute user and computer certificates."
Note that the default hash algorithm SHA-1 has been flagged as weak meanwhile. As this will be the root CA you can and should go for something strong like SHA512 and a key length of 4096 bits.
Sources:
- Installing a Two Tier PKI Hierarchy in Windows Server 2012: Part II, Installing a Root Certification Authority with the GUI
- Step by Step Install Root Certificate Authority on Windows Server 2012 R2
- Designing and Implementing a PKI: Part II Implementation Phases and Certificate Authority Installation
- TechNet PKI Basics
- TechNet Securing PKI: Planning Certificate Algorithms and Usages
- Why Google is Hurrying the Web to Kill SHA-1
- Is SHA-1 secure for password storage
Keywords:
Windows Server 2012 R2, Active Directory, Certification Authority
Comments
Post a Comment