Update Workflows/Windows/Windows Server/Roles/Active Directory Certificate Services/Deployment.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s

This commit is contained in:
2025-07-11 18:14:10 -06:00
parent 5fecfe4bf2
commit 8b6b608f04

View File

@ -43,7 +43,14 @@ This document outlines the Microsoft-recommended best practices for deploying a
- Check the "**Create a new private key**" radio box then click "**Next**"
- Click the dropdown menu for "**Select a crypotographic provider**" and ensure that "**RSA#Microsoft Software Key Storage Provider**" is selected
- Set the key length to `4096`
- Set the hash algorithm to SHA256
- Set the hash algorithm to `SHA256`
- Click "**Next**"
- **Common Name for this CA**: `BunnyLab-RootCA`
- **Distinguished name suffix**: `O=Bunny Lab, C=US`
- **Preview of distinguished name**: `CN=BunnyLab-RootCA,O=Bunny Lab, C=US`
- Click "**Next**"
- Specify the validity period: `10 Years` then click "**Next**"
-
!!! info "RSA#Microsoft Software Key Storage Provider"
Microsoft Software Key Storage Provider (KSP) is the latest, most flexible provider designed to work with the Cryptography Next Generation (CNG) APIs. It offers better support for modern algorithms and improved security management (such as support for key attestation, better hardware integration, and improved key protection mechanisms).