Update hello-cert-trust-validate-pki.md

Corrected section “Lab-based public key infrastructure” PowerShell cmdlet typos.
This commit is contained in:
Matheesha
2017-09-01 23:56:51 +01:00
committed by GitHub
parent 7b68ab315f
commit 3774360e2d

View File

@ -36,12 +36,12 @@ Sign-in using _Enterprise Admin_ equivalent credentials on Windows Server 2012 o
1. Open an elevated Windows PowerShell prompt.
2. Use the following command to install the Active Directory Certificate Services role.
```PowerShell
Add-WindowsFeature Adcs-Cert-Authority -IncludeManageTools
Add-WindowsFeature Adcs-Cert-Authority -IncludeManagementTools
```
3. Use the following command to configure the Certificate Authority using a basic certificate authority configuration.
```PowerShell
Install-AdcsCertificateAuthority
Install-AdcsCertificationAuthority
```
## Configure a Production Public Key Infrastructure