Categories:
DH Keys (39)
DSA Keys (70)
EC Keys (345)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1953)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1901)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
Microsoft "certutil -viewstore ..." - View Certificate Details
Why I am getting the "No local Certification Authority; use -config option" error when running Microsoft "certutil" commands?
✍: FYIcenter.com
Many Microsoft "certutil" commands applies to certificates saved in certficate stores on your local computer. But some other "certutil" commands applies to certificates maintained by CA (Certification Authority) servers.
If you are running a "certutil" command that applies to a CA server on the local computer and there there is no CA server running on your local computer, you will see the "No local Certification Authority; use -config option" error.
For example:
C:\fyicenter>\windows\system32\certutil -ping CertUtil: No local Certification Authority; use -config option CertUtil: -ping command FAILED: 0x80070103 (WIN32/HTTP: 259) CertUtil: No more data is available.
2013-04-29, 18027👍, 0💬
Popular Posts:
What is OpenSSL? OpenSSL is a robust, commercial-grade, full-featured, and Open Source toolkit imple...
Certificate Summary: Subject: Chambers of Commerce Root Issuer: Chambers of Commerce Root Expiration...
Certificate Summary: Subject: Certum Trusted Network CA Issuer: Certum Trusted Network CA Expiration...
What options are supported by the "keytool -printcertreq" command? Java Keytool can be used to print...
Why I am getting this "SunCertPathBuilderExcep tion"error for my Java application? The error message...