0
votes
1answer
376 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 that it's running in a …
1
vote
3answers
167 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 certificate and an wondering …
0
votes
0answers
16 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 generation code in ruby. Or i …
0
votes
3answers
504 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) -- which can be …
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 only allows the …
0
votes
1answer
266 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 set, but am unsure …
0
votes
3answers
159 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
881 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 from the certificate I …
0
votes
3answers
66 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
185 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 sitting inside the Oracle …
1
vote
1answer
239 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 card to …
0
votes
3answers
201 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 "Specifies the
…
0
votes
1answer
324 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.3 -r -sv root.pvk …
1
vote
3answers
448 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 (Windows 2003 server) …
6
votes
3answers
547 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 public Internet, I find …
