Hello,
I have an application that use SSL protocol, for this we have made a test
certificate with Verisign and we have installed the CA Certificate, the
private key and the public certificate in the server. We use Vitria that
inside runs on Java.
When we try to connect to it from IE or Mozilla a
Marek Marcola wrote:
>
> Hello,
>> I am having problems using a certificate created with OpenSSL. I have
>> created a PEM certificated with its private key using the next commands:
>> - openssl genrsa -des3 -out Privatekey.pem 1024
>> - openssl req -new -x509 -key Privatekey.pem -out MyCertifica
Hi all,
I am having problems using a certificate created with OpenSSL. I have
created a PEM certificated with its private key using the next commands:
- openssl genrsa -des3 -out Privatekey.pem 1024
- openssl req -new -x509 -key Privatekey.pem -out MyCertificate.pem -days
365
- openssl x509 -hash