certutil Questions

4

Solved

I had downloaded a verified (not self-signed) S/MIME certificate with iceweasel (firefox) which was stored in cert8.db Then I used: certutil -L -d <path_to_folder_that_cert8.db_resides> i...
Enzymolysis asked 27/12, 2014 at 10:49

7

Solved

I want to save a result of CertUtil -hashfile "path_to_file" MD5 to a variable and remove spaces of the hash in command line command (to be more particular, I wan to use this in Command Line of...
Reisfield asked 4/8, 2016 at 15:8

5

I am trying to import two certificates to my local machine using the command line. I have one certificate to add to the Personal Store of the local machine, and another one to add to the Trusted R...
Enki asked 26/5, 2014 at 11:34

1

The following command: certutil.exe -L -d “C:\Users\Home\AppData\Roaming\Mozilla\Firefox\Profiles\1bku2z91.default-1633392324717\” returns this error message: certutil.exe: function failed: SEC_ERR...
Swollen asked 24/10, 2019 at 23:31

7

Solved

It's relatively easy to import a certificate into the user's personal store from a pfx file by using CertUtil: certutil –f –p [certificate_password] –importpfx C:\[certificate_path_and_name].pfx ...
Barbarity asked 2/3, 2011 at 17:27

1

I changed my Webserver from HTTP to HTTPS with "Let"s Encrypt". The Webserver contains an API, and I have an Python application, which uses the API. Under Linux is all fine, but under Windows I re...
Solidus asked 27/1, 2016 at 7:30

2

I want to get the x509 certificate as a string (certString) so that I can use it like var cert = new X509Certificate2(Convert.FromBase64String(certString)); to generate a CertObject in Code. I ...
Lawn asked 12/4, 2016 at 7:37

2

Solved

How do you convert a .CSR (a.k.a. p10 or PKCS#10) file to .DER format in java? Here is a sample one: -----BEGIN CERTIFICATE REQUEST----- MIICrzCCAZcCAQAwUTEOMAwGA1UEAxMFYm9ndXMxDTALBgNVBAsTBHRlc...
Rentfree asked 16/1, 2014 at 15:33

1

Solved

I want to import a pfx using cmd. I am using certutils for that. But I am getting a prompt asking to trust the certificate. I want to automatize import so I want to skip the warning prompt. How can...
Billingsley asked 28/10, 2014 at 13:29
1

© 2022 - 2025 — McMap. All rights reserved.