LxCenter HyperVM & Kloxo Support

Forum



Members   Search      Help    Register    Login    Home
Home » HyperVM Community Support » Knowledge Base » Howto setup your own ssl for hyperVM
Howto setup your own ssl for hyperVM [message #3073] Wed, 17 January 2007 22:19 Go to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion

Once you have hyperVM installed, you may want to install your own certificates.

The ssl file for hyperVM resides in /usr/local/lxlabs/hypervm/etc in a file called program.pem.

So all you need to do is replace this file with your own certificate. If you have your certificate in the key/certificate format as different file, just concatenate them together to create a single pem file, and save it in /usr/local/lxlabs/hypervm/etc.

And restart Hypervm

 
 service hypervm restart
 



You can create your own ssl certificates by running the command below. Openssl will ask for the parameters and the output will be saved in program.pem.

 
 openssl req -new -x509 -keyout program.pem -out program.pem -days 365 -nodes
 mv program.pem /usr/local/lxlabs/hypervm/etc/program.pem
 



Thanks.





Re: Howto setup your own ssl for hyperVM [message #6572 is a reply to message #3073] Wed, 13 June 2007 07:42 Go to previous message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion

You can now setup a CA certificate file too for hyperVM/Lxadmin.

Just replace /usr/local/lxlabs/lxadmin/etc/program.ca with your CA file.

Thanks.


Previous Topic:HyperVM shows 2ips, but Lxadmin shows only one.
Next Topic:HOWTO Upgrade a CentOS VPS
Goto Forum:
  


Current Time: Wed May 22 11:50:49 EDT 2013

Total time taken to generate the page: 0.01106 seconds
.:: Contact :: Home :: Privacy ::.

Click here to lend your support to: LxCenter and make a donation at www.pledgie.com !

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software