x509
Bouncycastle: X509CertificateHolder to X509Certificate?
In versions prior to r146 it was possible to create X509Certificate objects directly. Now that API is deprecated开发者_开发技巧 and the new one only deliveres a X509CertificateHolder object.[详细]
2023-03-13 04:51 分类:问答How to Read the certificates file from the PKCS7.p7b certificate file using openssl?
I am getting PKCS7 file (p7b). I want to read the content of the file and extract certificate in X509 structure.[详细]
2023-03-13 04:20 分类:问答How to solve "Key not valid for use in specified state" error when using Azure ACS?
I\'m attempting to get OpenID authentication to work in my Azure ASP.NET MVC 3 application and have followed the steps in the MVC 3 Custom Login Sample to do so. Everything works fine in the developme[详细]
2023-03-12 15:11 分类:问答X509Certificate Java Class equivalent in Ruby?
within Java, to gather the user\'s certs, you could achieve this by: X509Certificate[] certs = (X509Certificate[]) request.getAttribute(\"javax.servlet.request.X509Certificate\");[详细]
2023-03-10 01:22 分类:问答OpenSSL Certificate (Version 3) with Subject Alternative Name
I\'m using the OpenSSL command line tool to generate a self signed certificate. It seems to be working correctly except for two issues. I can\'t get it to create a .cer with a Subject Alternative Name[详细]
2023-03-09 09:05 分类:问答X509 store can not find certificate
I am 开发者_运维技巧using following code to find certificates in personal store. It finds the certificate on first page load but after postback it doen\'t find the same certificate.[详细]
2023-03-07 19:49 分类:问答Error Using Certificate Authentication in WCF
I\'m in a bit of a pickle! I am getting the following error when deploying to one of my live servers which I haven\'t seen in previous installati开发者_StackOverflow中文版ons. This server is behind a[详细]
2023-03-07 11:13 分类:问答WCF Proxy error Using X509 Certificate
I created a wcf service and could SUCCESSFULLY refer it in client application. But the problem comes when I implement X509 certificate.[详细]
2023-03-01 15:59 分类:问答supply public key in CERTENROLL request
I want to request a cert (from AD cert server) using a template. I want to supply the public key in the request. Using msft\'s SDK sample[详细]
2023-02-28 14:28 分类:问答What is the purpose of the "validity period" in X.509 certificates?
I\'ve read the parts of RFC 2459 (Internet X.509 Public Key Infrastructure Certificate and CRL Profile) that I believed to be relevant to this question.However, I\'m not totally clear on what the purp[详细]
2023-02-28 13:52 分类:问答