Difference between revisions of "One example of creating a Root CA"
From MyWiki
(Created page with "Install-AdcsCertificationAuthority -CAType EnterpriseRootCA -CryptoProviderName “RSA# Microsoft Software Key Storage Pr ovider” -KeyLength 2048 -HashAlgorithmName SHA1 -Va...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
Install-AdcsCertificationAuthority -CAType EnterpriseRootCA -CryptoProviderName “RSA# Microsoft Software Key Storage Pr ovider” -KeyLength 2048 -HashAlgorithmName SHA1 -ValidityPeriod Years -ValidityPeriodUnits 3 -CADistinguishedNameSuffix CN=securebits-SRV12 -Root-CA,DC=securebits,DC=in -DatabaseDirectory c:\CertDB -LogDirectory c:\CertLog | Install-AdcsCertificationAuthority -CAType EnterpriseRootCA -CryptoProviderName “RSA# Microsoft Software Key Storage Pr ovider” -KeyLength 2048 -HashAlgorithmName SHA1 -ValidityPeriod Years -ValidityPeriodUnits 3 -CADistinguishedNameSuffix CN=securebits-SRV12 -Root-CA,DC=securebits,DC=in -DatabaseDirectory c:\CertDB -LogDirectory c:\CertLog |
Latest revision as of 14:50, 11 May 2016
Install-AdcsCertificationAuthority -CAType EnterpriseRootCA -CryptoProviderName “RSA# Microsoft Software Key Storage Pr ovider” -KeyLength 2048 -HashAlgorithmName SHA1 -ValidityPeriod Years -ValidityPeriodUnits 3 -CADistinguishedNameSuffix CN=securebits-SRV12 -Root-CA,DC=securebits,DC=in -DatabaseDirectory c:\CertDB -LogDirectory c:\CertLog