| Howto setup your own ssl for hyperVM [message #3073] |
Wed, 17 January 2007 22:19  |
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
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.
|
|
|
|