x509
OpenSSL as a CA without touching the certs/crl/index/etc environment
I think I have the right OpenSSL command to sign a certificate but I\'ve gotten stuck and the tutorials I\'ve found use a different argument format (I\'m using OpenSSL 0.9.8o 01 Jun 2010).[详细]
2023-04-13 05:13 分类:问答Please tell me how to print the values of extensions in x.509
HTML语言: Codee#23000 my x.509 \'s user extensions were defined as follows: X509v3 extensions: X509v3 Basic Constraints:[详细]
2023-04-11 18:29 分类:问答Using OpenSSL and Want to use multiple CA_DIRs for load verify locations
Rather than have a slew of certificates located in a single directory, I want to have certificates divided across several directories. Currently my server calls,开发者_开发技巧 SSL_CTX_load_verify_loc[详细]
2023-04-10 03:47 分类:问答Generating RSA keys in PKCS#1 format in Java
When I generate an RSA key pair using the Java API, the public key is encoded in the X.509 format and the private key is encoded in the PKCS#8 format.I\'m looking to encode both as PKCS#1.Is this poss[详细]
2023-04-09 08:09 分类:问答Sign JAX-WS SOAP request
I would like to write a JAX-WS web service that signs my SOAP messages using the http://www.w3.org/TR/xmldsig-core/ recommendation.[详细]
2023-04-09 02:40 分类:问答Getting certificate chain to a private root
I\'m trying to verify that the certificate from a signature chains back to a particular root certificate, which is not trusted by Windows (it\'s a private certificate for the app).[详细]
2023-04-08 14:47 分类:问答How can use a X.509 certificate created on another computer?
I need to encrypt an XML file with a x509 certificate on one computer and be able to decrypt it with the same certificate on another computer. It doesn\'t seem to work for me like Microsoft suggests:[详细]
2023-04-07 16:56 分类:问答How to access mod_ssl environment variables from django using mod_wsgi?
I\'m trying to get the client\'s certificate and sign an xml file using it. I have added the following to my virtual hosts:[详细]
2023-04-07 02:44 分类:问答X509 Certificate Modifying Distinguished Name Field
Due to size limitation, I would like to alter OpenSSL configuration file so then I would be able to generate smaller x509 certificates. Is开发者_开发知识库 it possible? If so, I would like to have a P[详细]
2023-04-05 13:41 分类:问答WFC X509 certificate does not work with WSHttpBinding due to missing private key
Colleagues, When I try to use X509 certificate with public key in .cer file, I\'m getting the following exception:[详细]
2023-04-05 09:59 分类:问答