Posts Tagged certificate store
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: 204 viewsCertutil.exe – Check Personal Certificate Store
Posted by Victor Tong in Windows Infrastructure on January 27th, 2010
Certutil.exe can be found in Windows Server 2003 or Windows Server 2003 Administration Pack.
Following command and parameters can let you to query certificates stored in Personal Certificate Store.
That is very useful if you want to verify if user certificate deployed to user computer or not.
certutil -store -user My
Other Certificate Store reference information:
http://technet.microsoft.com/en-us/library/cc787544(WS.10).aspx
Total views: 565 views
Comments