Difference between revisions of "One example of creating a Root CA"

From MyWiki
Jump to: navigation, search
(Created page with "Install-AdcsCertificationAuthority -CAType EnterpriseRootCA -CryptoProviderName “RSA# Microsoft Software Key Storage Pr ovider” -KeyLength 2048 -HashAlgorithmName SHA1 -Va...")
 
Line 1: Line 1:
 +
<source lang="powershell">
 
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
 +
</source>

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