How do I import a Godaddy 2048bit SSL Certificate into kloxo?

as found here by ilogical: http://forum.lxcenter.org/index.php?t=msg&th=13070&g oto=70958&#msg_70958

For all future searchers who are looking for real resolution to this problem (which was my intention for this thread) then here's what to do.

1. from a shell...

openssl genrsa -des3 -out .key 2048


type a passphrase and remember it.

2.

openssl rsa -in .key -out ssl.key


ftp/scp ssl.key to your PC

3.

openssl req -new -key .key -out .csr


fill out the values. pay attention to common name.
NOTE: If you are requesting a Wildcard certificate, please add an asterisk (*) on the left side of the Common Name (e.g., "*.domain.com" or "www*.domain.com"). This will secure all subdomains of the Common Name.

4. copy paste the text from this CSR to Godaddy SSL re-key request form.

5. Download your cert bundle from Godaddy and, unpack it. You will have 2 files. 1 called sf_bundle and another called yourdomainname.crt

6. In kloxo admin interface, go to SSL certificates, click "Add Upload File" tab and select:
Key file = ssl.key (from step 2).
Certificate file = yourdomainname.crt (downloaded in the bundle, step 5).
Certificate CA file = sf_bundle.crt (downloaded in the bundle, step 5).


7. In kloxo admin interface go into IP addresses and assign your cert to whatever IP you want it to certify.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Accessing the control panel (lxadmin / kloxo)

Accessing the control panel There are several ways to access LXadmin:...

Accessing Web Mail (kloxo / lxadmin)

Accessing Webmail To access Webmail, login to the Webmail installation in the following format:...

Directory Structure in lxadmin / kloxo

Directory Structure Lxadmin has the following Directory structure for a Domain account: By...

How can i use InstallApp in kloxo?

InstallApp is disabled by default in kloxo web control panel due to making the template large....

How do i access Phpmyadmin? (lxadmin / kloxo)

Accessing PHPmyadmin To access phpmyadmin, go to the "Domains" page under "Client Home" and...