Collections:
Other Resources:
Microsoft "certutil -addstore" Command Options
How can I use Microsoft "certutil -addstore" command? What are command options supported by "certutil -addstore"? The document says "Add certificate to store".
✍: FYIcenter.com
Microsoft "certutil -addstore" command can be used to add, or import, certificate
from a specified certificate file to a certificate store on the local Windows computer.
Here are options supported by the "certutil -addstore" command:
C:\fyicenter>\windows\system32\certutil -addstore -?
Usage:
CertUtil [Options] -addstore CertificateStoreName InFile
Add certificate to store
CertificateStoreName -- Certificate store name. See -store.
InFile -- Certificate or CRL file to add to store.
Options:
-f -- Force overwrite
-enterprise -- Use local machine Enterprise registry certificate store
-user -- Use HKEY_CURRENT_USER keys or certificate store
-GroupPolicy -- Use Group Policy certificate store
-gmt -- Display times as GMT
-seconds -- Display times with seconds and milliseconds
-v -- Verbose operation
-privatekey -- Display password and private key data
-dc DCName -- Target a specific Domain Controller
⇒ Microsoft "certutil -addstore -user my ..." - Import Certificate
⇐ Microsoft "certutil -viewstore -user ca..." - View Certificate
2013-03-01, ≈17🔥, 0💬
Popular Posts:
Certificate summary - Owner: CAcert Class 3 Root, http://www.CAcert.org, CAcert Inc. Issuer: EMAILAD...
Certificate summary - Owner: ssl2.ovh.net, OVH SAS, L=Roubaix, ST=NORD, FR Issuer: GlobalSign Organi...
Certificate Summary: Subject: www.amazon.cn Issuer: VeriSign Class 3 Secure Server CA - G3 Expiratio...
Certificate Summary: Subject: Cybertrust Public SureServer SV CA Issuer: Baltimore CyberTrust Root E...
How to use the "keytool -importcert" command? I have a certificate downloaded from a Web site and wa...