x509certificate
java question on certificates signing process
I am confused on the process to create a valid certificate,signed by a CA, in java. I know that java has the tool keytool to create public-private keys and certificates.[详细]
2023-02-14 03:54 分类:问答How to digitally sign an xml document through the client's browser?
When I visit a site which requires a client-side certificate the browser automatically opens a popup asking me which personal certificate I would like to use to connect.[详细]
2023-02-13 11:08 分类:问答X.509 certificate cannot be found by WCF service
I have a WCF service hosted in IIS. Using certmgr.msc I can see my X.509 certificate in Personal -> Certificates but still I get this error:[详细]
2023-02-13 05:25 分类:问答FindPrivateKey under Windows 7 64 bit doesn't work
开发者_JS百科I\'ve downloaded .net sample FindPrivateKey, compiled for framework 4.0, tried for different platforms (32bit, 64bit, Any CPU) but it didn\'t work. Always the same error: the ordinal 345[详细]
2023-02-12 17:30 分类:问答install SSL certificate on mirrored copy of VMWare instance?
Can a CSR generated on a VMWare instance be used to create a SSL certificate, and, installed on a \"copied\" version of this VMWare instance on a different server?[详细]
2023-02-10 17:00 分类:问答Store X509 Certificate in database
In order to access to the web service I need a certificate. I generated my certs: openssl genrsa 1024 > private.key[详细]
2023-02-09 19:57 分类:问答User Certificate is Null in HTTPServletRequest
I am running a servlet in Weblogic 10.3 with two-way SSL enabled. When I try to get the following attributes from the HTTPServletRequest, both are null:[详细]
2023-02-06 18:34 分类:问答WCF and authentications requiring certificates?
Can anyone explain to me when a certifate is require using WCF and authentication. From my understanding although i could be way off :-)[详细]
2023-02-06 01:16 分类:问答How to retrieve all certificates in your X509Store
I am using the following code to retrieve all certificates in my PC from an asp.net webapp. The certificates collection is empty, and I can\'t understand why.[详细]
2023-02-05 22:49 分类:问答Exporting a Certificate as BASE-64 encoded .cer
I am trying to export a cert without the private key as as BASE-64 encoded file, same as exporting it from windows. When exported from windows I am able to open the .cer file in notepad.[详细]
2023-02-05 07:51 分类:问答