Last active
October 24, 2016 17:07
-
-
Save jespernohr/403df56ec9c7c2b98a632e49c0aa7884 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-WindowsFeature Adcs-Cert-Authority -IncludeManagementTools | |
Install-AdcsCertificationAuthority -CAType EnterpriseSubordinateCA -CACommonName "fabrikamIssuingCA" -KeyLength 2048 -HashAlgorithm SHA256 -CryptoProviderName "ECDSA_P256#Microsoft Software Key Storage Provider" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment