| Author |
openssl failing to download remote certificate
|
Mohtashim Shaikh
Ranch Hand
Joined: Jul 18, 2010
Posts: 43
|
|
I tried openssl to download a remote cert on my181.svr.us.cyber.net
Below are the 3 steps to generate self sign certificate.
1)To generate keys:
/opt/boksm/lib/openssl genrsa -des3 -out server2.key 2048 -config /usr/sfw/lib/webmin/acl/openssl.cnf
2)To generate CSR
/opt/boksm/lib/openssl req -new -key server2.key -out server2.csr -config /usr/sfw/lib/webmin/acl/openssl.cnf
3)To generate certificate
And then used
To connect
Not sure what I am doing wrong.
Can you please help figure out?
|
 |
Arshad Noor
Ranch Hand
Joined: Oct 06, 2011
Posts: 34
|
|
You might get more help at http://openssl.org/support/community.html. This is a Java Cryptography Excetion (JCE) forum, after all.
Arshad Noor
StrongAuth, Inc.
|
 |
 |
|
|
subject: openssl failing to download remote certificate
|
|
|