0
votes
2answers
116 views
Setting Certificate Friendly Name
Im trying to set the certificate friendly name during the certificate request/acceptance process. I understand that this a property of the microsoft store rather than the certifica …
0
votes
1answer
216 views
C# Export cert in pfx format
Hi im trying to use .Net and c# to export a certificate from the cert store into a PFX file. I'm trying to use the X509certificate2.export method wiht the X509ContentType.Pfx flag …
0
votes
3answers
143 views
Python accessing web service protected by PKI/SSL
I need to use Python to access data from a RESTful web service that requires certificate-based client authentication (PKI) over SSL/HTTPS. What is the recommended way of doing this …
0
votes
4answers
772 views
DOD Common Access Card (CAC) Authentication
I have figured out all the necessary steps to get DOD CAC card based client certificate authentication working in Apache, but am now struggling to pull a good GUID for the user fro …
0
votes
3answers
62 views
What is Public key infrastucture
I need to know what is public key infastructure. I need to know is this related to sending requests and response as like WsHttpbinding in WCF.
1
vote
1answer
217 views
How do I authenticate a user with the “Smart card is required for interactive logon” set?
http://support.microsoft.com/kb/892424
When the "Smart card is required for interactive logon" is set on Active Directory, it generates a random password. How do I utilize a smart …
0
votes
4answers
1k views
How to generate an SSL client certificate from a disconnected network?
I have a unique situation where I need to implement client certificate authentication over HTTPS between IE browser and IIS 6. The browser and IIS are separated by a firewall that …
0
votes
1answer
345 views
What does “wsse:InvalidSecurity” mean?
An error was discovered processing the <wsse:Security> header
This is a WS-Security question btw...
I can't see anything wrong with my WS endpoint (apart from the fact th …
0
votes
3answers
455 views
why we need pfx (key exchange) file?
Hello everyone,
If we make private key exportable (using -pe option in makecert), then in theory we have both exportable private key and public key (public key in certificate) -- …
3
votes
6answers
713 views
What is the performance difference of pki to symmetric encryption?
We are looking to do some heavy security requirements on our project, and we need to do a lot of encryption that is highly performant.
I think that I know that PKI is much slower …
1
vote
3answers
424 views
What type of X509 Certificate to use for XML Signature?
I'm currently developing some software that uses XML Signing to transfer files securely between two machines. We're using X.509 certificates from our own CA as keys.
The CA (Windo …
0
votes
1answer
175 views
Reading private keys from oracle wallet
We use Oracle wallet for scripting Oracle releases.
Using mkstore I can add or delete private keys to Oracle wallet.
Either using Java or C#, I want to read the private key sitti …
0
votes
1answer
296 views
where is private key?
Hi guys,
Two simple questions about makecert command,
Suppose I am using the following command,
makecert -n "CN=PowerShell Local Certificate Root" -a sha1 -eku 1.3.6.1.5.5.7.3 …
0
votes
3answers
181 views
what means subject in certificate?
Hi guys,
The related link is this MSDN article.
I am always confused about the term "subject", for example, sk option
"Specifies the subject's key container location", sr option …
5
votes
3answers
526 views
Primer for X.509 certificates on Windows
I am presently studying the topic of encrypting and signing SOAP messages via WSE 3.0 or WCF. Since I have not participated in distributed application development involving the pub …
