certificate-store 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
As the title suggests I would like to export my private key without using OpenSSL or any other third party tool. If I need a .cer file or .pfx file I can easily export these via MMC or PowerShell p...
Belia asked 22/10, 2018 at 12:49
2
Solved
I'm getting the error
Unable to retrieve certificates because the thumbprint is not valid.
Verify the thumbprint and retry.
when I try to use a certificate in the LocalMachine certificate store.
...
Ferrate asked 21/8, 2019 at 19:51
7
Solved
This is very similar to other questions but the ones I've looked at either don't have an answer or don't quite ask the same question. I have a self-signed CA certificate, and two other certificates...
Ayeaye asked 30/4, 2013 at 3:43
2
Solved
I have an example command-line java application from a vendor; it depends on SSL authentication. I have the vendor's certificate(s), I can see them in my java 7 cacerts file (windows, c:\program fi...
Corybantic asked 22/12, 2015 at 16:46
21
I'm trying to read the private key of a certificate which has been shared with me by a third-party service provider, so I can use it to encrypt some XML before sending it to them over the wire. I'm...
Headline asked 22/3, 2014 at 18:33
1
I'm curious when is "Trusted People" and "Trusted Devices" folder used in the Windows Certificate Store. I'm asking because I need to store Leaf (Personal) Certificates of other parties somewhere. ...
Charlet asked 14/5, 2018 at 6:42
2
I'm implementing a mutual authentication for my client in order to solve not having to continually whitelist some of the agencies with a dynamic ip. The process works fine in all browsers that I've...
Lyontine asked 10/1, 2013 at 21:20
5
For a secure application I need to select a certificate in a dialog.
How can I access certificate store or a part of it (e.g. storeLocation="Local Machine" and storeName="My") u...
Melosa asked 30/7, 2009 at 8:48
1
I need to mark a custom self-signed root certificate as trusted during certificate chain validation and, overall, I want to rely on the system API as much as possible.
I create a temporary memory ...
Undercoat asked 30/1, 2020 at 16:48
1
Solved
Today, a colleague hit yet another bug related to these! I've found these flags really frustrating in past myself, because if you get them slightly wrong while instantiating X509Certificate2 object...
Sandpiper asked 10/10, 2018 at 23:36
4
I'm looking to write something that can enumerate and use (to sign) certificates in CurrentUser/My and LocalMachine/My, but I haven't been able to find anything for the Windows cert store, only Jav...
Trichomonad asked 8/12, 2015 at 21:24
4
Is it possible to access certificates stored in the Local Machine store (rather than Current User) from a Java Servlet? I've tried using the MSCAPI provider opening the "Windows-MY" and "Windows-RO...
Palmira asked 31/8, 2010 at 20:28
2
Solved
Currently I have the following entry in my .gitconfig in my user directory.
...
[http]
sslCAInfo=C:\\Users\\julian.lettner\\.ssh\\git-test.pem
...
This sets the certificate to use when interact...
Nuclease asked 21/5, 2013 at 11:7
2
Solved
I need to add a trusted certificate into cacerts on one of my servers.
I can see that it goes under $JAVA_HOME/jre/lib/security/ from other questions
But I also have a second cacerts file, two lo...
Bundestag asked 2/10, 2017 at 14:2
3
Solved
I am able to get certificate collection in particulaer store by using the following statment.
X509Store.Certificates
But not sure how I can get the list of certificate store names present under ...
Premises asked 27/10, 2010 at 19:29
0
I have a problem with an MVC web app which calls to another service using a private certificate.
The certificate is in my Personal keystore against the current machine- I have used winhttpcertcfg ...
Classics asked 25/4, 2017 at 8:23
0
I am creating an SSL connection using OpenSSL API. As we know in a SSL handshake, series of Certificate Authentication occurs for Server or Client. Now for client certificate authentication, the cl...
Phonate asked 31/12, 2015 at 17:49
3
Solved
In Internet Information Services Manager, you're given the option between the Personal and the Web Hosting certificate store when creating or importing a certificate.
What's the difference?
Grater asked 31/10, 2014 at 18:26
2
I'm trying to add certificates but the Add function doesn't seem to do anything.
I have two certificates. Both I can add manually by right clicking and saving to the personal "testStore" store but...
Woll asked 12/12, 2014 at 12:17
1
It feels like I searched the whole web already, but all I found are hints on how to accept an invalid or self-signed certificate automatically. (Using custom HttpClient and SSLSocketFactory - I alr...
Goebbels asked 13/7, 2013 at 21:26
1
I am trying to make a program that uses some Web Services in Delphi XE. To connect to the Web Services, I have to use a self signed certificate, which is stored in the Windows cert store. I open th...
Sublett asked 27/10, 2011 at 8:59
3
Solved
Question related to Lazarus or Delphi. Is there a way to programmatically access trusted Root Certificate Authorities certificates in Windows. I know there is GUI based tool in Windows called 'mmc....
Diffusion asked 17/11, 2011 at 14:29
2
Solved
Because I'm awesome I'm trying to run the latest WIF demo app using VS2k10 B2 on my 7 boxen... 64bit of course (my neckbeard is strong) I'm having a problem getting it running.
Part of the w...
Zygotene asked 23/11, 2009 at 21:15
1
Solved
I'm writing a Windows service that needs several certificates in the certificate store in order to connect to a third party web service.
On my installer I call a small application (C#) that create...
Whitneywhitson asked 21/11, 2008 at 11:57
1 Next >
© 2022 - 2025 — McMap. All rights reserved.