Run this then....

openssl genrsa -out ca.key 1024
openssl req -new -key ca.key -out ca.csr
openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt
cp ca.crt /etc/pki/tls/certs
cp ca.key /etc/pki/tls/private/ca.key
cp ca.csr /etc/pki/tls/private/ca.csr



best wishes
  Tony White

On 17/08/2012 19:01, Vijay Thakur wrote:

Thanks, the command is executed as told. i am getting the bellow error :

[root@li496-23 ~]# Generate private key
-bash: Generate: command not found

With Regards,

Vijay Thakur



On Friday 17 August 2012 02:28 PM, Biju Jose wrote:

Hi Vijay,

Lines with # are comments, not to be executed.

*Biju Jose*

---------------------------------------------------------------------------------------------------------------------------

Pplease consider the environment before printing this e-mail.

*From:*Vijay Thakur [mailto:[email protected]]
*Sent:* Friday, August 17, 2012 1:08 PM
*To:* [email protected]
*Subject:* Re: [qmailtoaster] Qmail Server over https

Hi,

Thanks for prompt reply. But on my linode box

# Generate private key
Command is giving no output on Centos 5.8. Thanks, Vijay Thakur

On Friday 17 August 2012 12:46 PM, Biju Jose wrote:

    Have a look athttp://wiki.centos.org/HowTos/Https

    Biju Jose

      please consider the environment before printing this e-mail.P

    -----Original Message-----

    From: Vijay Thakur [mailto:[email protected]]

    Sent: Friday, August 17, 2012 12:25 PM

    To:[email protected]  
<mailto:[email protected]>

    Subject: [qmailtoaster] Qmail Server over https

    Hi all,

    Thanks for great helping hands. With the help of mailing list member

    Biju Jose, my qmail server is up now.

    I want to access my qmail server over https (Port 443). I have googled

    for this setup but afraid that any change will

    break my server and there is no straight forward how to. So suggest me

    the best way to run it over port 443.

    Thanks in advance.

    Vijay Thakur

    ---------------------------------------------------------------------

    To unsubscribe, e-mail:[email protected]  
<mailto:[email protected]>

    For additional commands, e-mail:[email protected]  
<mailto:[email protected]>

    ---------------------------------------------------------------------

    To unsubscribe, e-mail:[email protected]  
<mailto:[email protected]>

    For additional commands, e-mail:[email protected]  
<mailto:[email protected]>




Reply via email to