Posts Tagged certificate
Backup Personal Certificate Store
Posted by Victor Tong in Windows Infrastructure on January 27th, 2010
Platform: Windows XP
Personal Certificate Store is stored in user profile instead of registry.
Location:
%userprofile%\Application Data\Microsoft\SystemCertificates\My\Certificates
Reference:
http://technet.microsoft.com/en-us/library/cc787544(WS.10).aspx
Total views: 41,969 viewsDeploy Trusted Root CA Certificate (command line)
Posted by Victor Tong in Windows Infrastructure on September 20th, 2009
In Windows XP, local computer certificates are stored in registry
HKLM\SOFTWARE\Microsoft\SystemCertificates\
Trusted Root CA certificates
HKLM\SOFTWARE\Microsoft\SystemCertificates\Root\
Intermediate CA certificates
HKLM\SOFTWARE\Microsoft\SystemCertificates\CA\
Before install trusted Root CA certificate

Root CA cert registry
After install Root CA certificate, one more entry created (D0836D774C16xxxxxx..)

Root CA cert registry 02
For the Root CA certificate deployment, you can export this registry and import this registry to target deployment machine by using the following command with local administrator right.
Command line deployment example:
regedit /s root_cert.reg
Comments