Hi Sir,
May you help me to solve the problem? I cannot complete the following steps because I cannot find the getca or getversign command on Step 3.
1.Copy the entire certificate, including the begin certificate and end certificate lines into a text
editor such as Notepad (do not use Word or another word processing program.) Make sure
that the certificate appears as formatted above. In other words, make sure that the begin
certificate and end certificate lines are by themselves.
2.Secure Server ID PRIVACY-ENHANCED message to a temporary file, such as
/tmp/cert.tmp. cert.txt.
3.Run getca and specify both the name of the server that owns the ID and the name of the
temporary certificate file. For example: # getca hostname < /tmp/cert.tmp
Note: In some versions of SSLeay, you should use the command getversign instead of
getca
4.This saves the Secure Server ID to the file SSLTOP/certs/hostname.cert
5.Remove the temporary file. For example: # rm/tmp/cert.tmp
6.Restart the server.
Thanks!
Edwin Chan