I want to call a secure webservice, using a cert that I have... the server takes a long time to authenticate with the cert, and, while this is ok the first time, the user will call it over and over ag
Is there any way we can chain our own generated key pair with an existing certificate which has been chained to a root CA (eg: veri开发者_运维百科sign)? Basically my question is described in diagram b
See related question. I have a PEM file provided to me and was told that it will be needed in establishing a SSL socket that connects to a c++ server for some API calls. Does anyone know how I can re
I write android application. How can I use Certificate in https connection when I initialize certificate from directory file and not from packages?
I\'m currently using the Development Provisioning Assistant to setup my certificate so I can run my app on my iphone. I\'m at the part in Setup called Submit Certificate Signing Request and it is aski
I am trying to use iOS security framework to securely communicate with my server. I have a certificate file from which I am able to get a public key reference. This is what I doing.
I\'d like to import a new certificate into the keystore without restarting a running service.Is that possible?
What is OPDA Certificate? Because during installation of unsigned symbian apps, it gives an error. \"unable to install a protected app from an unknown supplier\"
I have another question to security in the web world. So I read (and ask :P) about certificates and think I got what it is and how it works. My next question is putty specific. When I open a connect
I’m running an application on a stand-alone tomcat 6 server on a Windows box.I want it to be able to request and receive client certificates from DoD CAC cards.