Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To install valid SSL Certificate on VPS/Server where HostBill Enterprise is installed:


1. SSH to your HostBill Enterprise server as root:

# ssh root@yourhostbilladdress

2. Edit file:

/usr/local/kbkp-software/apps/b-nginx/usr/local/conf/port-80/main.conf
# vi /usr/local/kbkp-software/apps/b-nginx/usr/local/conf/port-80/main.conf
  •  Change server_name to domain name that you have issued certificate for.
  •  Save changes

3. Replace file contents:

/etc/nginx/ssl/bytecp_client.crt

With crt file you've received from your SSL issuer.

4. Replace file contents:

/etc/nginx/ssl/bytecp_client.key

With certificate private key file that you've received from your SSL issuer.

5. Restart webserver:

/usr/local/kbkp-software/apps/b-nginx/etc/init.d/nginx restart
  • No labels