Tagged Questions

1
vote
3answers
160 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
0answers
14 views

Creating OpenVPN Keys and Cert using ruby - how

Id like to be able to create client keys for an openvpn setup from within a ruby script. Im wondering how to go about this. Im assuming i coudl create my own CA and key generatio …
0
votes
3answers
495 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) -- …
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
367 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
1answer
255 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
158 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
857 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
65 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.
0
votes
1answer
182 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 …
1
vote
1answer
231 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
3answers
194 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 …
0
votes
1answer
318 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 …
1
vote
3answers
442 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 …
5
votes
3answers
544 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 …

1 2 next
15 30 50 per page