Skip to content

Commit

Permalink
Update Configure-ADCS.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
przybylskirobert authored Jun 15, 2021
1 parent a897849 commit f3847ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure-ADCS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Install-ADcsCertificationAuthority `
-Credential (Get-Credential) `
-CAType 'EnterpriseRootCa' `
-CACommonName $env:COMPUTERNAME `
-CADistinguishedNameSuffix ([ADSI]"LDAP://RootDSE").rootDomainNamingContext `
-CADistinguishedNameSuffix ([ADSI]"LDAP://RootDSE").rootDomainNamingContext.value `
-CryptoProviderName 'RSA#Microsoft Software Key Storage Provider' `
-KeyLength 2048 `
-HashAlgorithmName 'SHA256' `
Expand Down

0 comments on commit f3847ac

Please sign in to comment.