0
votes
1answer
16 views
What’s a good strategy for allowing external users of my app to upload a PKI cert in JEE?
We've built a JEE app in JBoss that exposes web services to external consumers. We want to secure these services. We have a registration process that requires the consumers to upload their public …
1
vote
3answers
193 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
19 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
1answer
286 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
4answers
547 views
why do we need the pfx (key exchange) file?
Hello everyone,
If we make the private key exportable (using -pe option in makecert), then in theory we have both an exportable private key and the public key (public key in certificate) -- which can …
0
votes
3answers
166 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?
1
vote
4answers
950 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
1answer
408 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
1answer
263 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
70 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
4answers
2k 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 …
3
votes
6answers
782 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 and more complex …
1
vote
3answers
463 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) …
0
votes
1answer
342 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 …
0
votes
1answer
193 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 …
