|
Posted by yannick.beot on May 15, 2007, 9:59 am
Please log in for more thread options
Hi,
I'm trying to install a standalone root CA on Microsoft Certificate
Services, with SYSOCMGR but I cannot configure the distinguished name
of my certificate.
Not matter how I do, the DN is equal to CN="name of the ca"
I tried the parameter CADistinguishedName which appear in the logfile
"C:\Windows\Certocm.log"
Is it somehow possible to configure the DN in a silent installation?
My unattend.txt is :
[Components]
Certsrv=On
Certsrv_client=On
Certsrv_server=On
[CertSrv_Server]
CAType = StandaloneRoot
CSPProvider = "nCipher Enhanced Cryptographic Provider"
HashAlgorithm = SHA1
KeyLength = 2048
Name = "AC Racine"
CADistinguishedName = "CN = AC Racine, O = Demo, C = FR"
UseExistingCert = No
SharedFolder = c:\CAConfig
UseSharedFolder = Yes
ValidityPeriod = 20
ValidityPeriodUnits = Years
dbdir = "C:\AC"
logdir = "C:\AC"
Yannick
|