1829010 Members
2554 Online
109986 Solutions
New Discussion

openssl

 
castro_2
Regular Advisor

openssl

I need to create a certificate with openssl, and I new whith openssl, how can I create, I have openssl-0.9.6-sd.
Thanks
1 REPLY 1
Dirk Wiedemann
Respected Contributor

Re: openssl

Hi,
in /usr/local/bin is the executeable openssl. You can start it interactive without parameters. Type ? for a list of all commands.
Also you can start openssl with options to create a certificate.
for example creating a rsa-key:
openssl genrsa -rand file
In this example openssl creates a rsa-key with a random input based on a arbitrary file.
For more informations have a look at the manpage from openssl.
regards
Dirk