Configuring the Windows Server Certificate Authority
Learn how to configure ADCS in the Window server.
You must configure the certificate authority (CA) to store the private key in the HSM cluster. For this configuration, you must first add the Active Directory Certificate Services (ADCS) role to the Windows server. After you have added the ADCS role, you can use the Key Storage Provider (KSP) to create and manage the CA's private key in the HSM cluster. KSP is an interface that connects the Windows Server to the HSM cluster.
Prerequisites
- An active HSM cluster.
- OCI Dedicated KMS client service running in the Windows Server OS.
- An Cryptographic User (CU) account to manager certificate authority's private key on the cluster.
Adding the Active Directory Certificate Services Role
To create the Windows Server CA, you must first add the Active Directory Certificate Services (ADCS) role to the Windows server. The ADCS role lets you use the KSP provider to create and store the CA's private key on the cluster.
Signing a CSR with a Windows Server CA
Learn how to sign a CSR using Windows server CA.
Use your Windows server certificate authority (CA) with the HSM cluster to sign a certificate signing request (CSR).
You need a valid certificate signing request (CSR) to complete this task. Create a CSR using one of the following methods:
- Open SSL
- Windows Server Internet Information Services (IIS) Manager
- Windows CLI (using the
certreq
utility)
Complete the following steps to sign a CSR with Windows server CA.