Questions tagged [certutil]
20 questions
0
votes
1 answer
certutil -TCAInfo error message RegConnectRegistry/RegOpenKeyEx: The network path was not found. 0x80070035 (WIN32: 53 ERROR_BAD_NETPATH)
Recently we noticed the following errors were occurring daily in our Event Logs for servers in our DMZ:
CertificateServicesClient-CertEnroll EventID 82
Certificate enrollment for Local system failed in authentication to all urls for…

Greg Bray
- 5,610
- 5
- 36
- 53
0
votes
1 answer
check MD5 checksums from md5 file in Windows
Hopefully a simple question, does a simple Windows command line equivalent to md5sum --check [files.md5] exist? Alternatively, something I can script as a batch file.
I can generate the hashes file fine, but it's the check at the destination,…

16shells
- 1
- 3
0
votes
2 answers
Decrypt a pcks8 private key file on windows?
Is there any way on standard Windows Server (such as with certutil?) to decrypted a pkcs8 pem encrypted private key?
i.e. What is the equivalent on windows of:
openssl pkcs8 -in key.enc -out key.pem
I tried looking through certutil doc for ages and…

Secto Kia
- 101
- 1
0
votes
1 answer
Where is the data about certificate is stored when i run dspublish in a domain joined computer?
When is run the command certutil -f -dspublish "CA01_Fabrikam Root CA.crt" RootCA
Output is
ldap:///CN=Fabrikam Root CA,CN=Certification Authorities,CN=Public Key Services,CN=Services,CN=Configuration,DC=fabrikam,DC=com?cACertificate
Certificate…

cypherphage
- 13
- 2
0
votes
2 answers
FreeIPA Intermediate CA Certificate Expired
We have 2 FreeIPA servers running in our network, today we found this: https://support.sectigo.com/articles/Knowledge/Sectigo-AddTrust-External-CA-Root-Expiring-May-30-2020
One of the intermediate CAs that we are using expired and we are no longer…

Alejandro T
- 171
- 2
- 4