You are here: Home Support Knowledge Base I want to ... SSL Tool Guide
Navigation
« July 2008 »
Su Mo Tu We Th Fr Sa
12345
6789101112
13141516171819
20212223242526
2728293031
 
Document Actions

SSL Tool Guide

In /SSL/misc there is a file called ‘CA.pl’, by running the command “./CA.pl -?” it will display the various switches.  In order to create the certificate run the command “./CA.pl –newreq” then you will be prompted to enter the information for the certificate.

NOTE:  Make sure that all of the prompts are answered otherwise the certificate cannot be created.

 
Once all prompts are answered a file called ‘newreq.pem’ will be created.  This file will contain the private and public keys.  Make a copy of this file in the same directory naming the file “ privatekeyenc.pem”.  The information in these files are separated by start and end markers and a label in the middle of each describing which is the private key and which is the public key.  In the ‘privatekey.pem’ file you need to delete the public key information.  In ‘vi’ you can delete a line by pressing ‘D’ twice.  Once the public key information is deleted from the ‘privatekey.pem’ file you need to go into the ‘newreq.pem’ file and delete all the private key information and then save the file.  Send the 'newreq.pem' file to support@querix.com or one of our partners to the certificate to be signed.

Please check the 'Hydra4GL' Developers guide, which will show you how to use the certificates with 'Hydra4GL'.