This guide is useful if you're using HostBill Multi-Brand module on HostBill Enterprise install.


Replace any occurence of yourbrand.com below with hostname you're adding


  1. Issuing CSR / private key for new certificate
    Lets first create dir to store certificate requests and private keys:

    mkdir /etc/ssl/certificates
    cd /etc/ssl/certificates/

    Next, we'll issue CSR for new host, you will be prompted with a series of questions, answer them (when asked about passphrase you can leave it blank):

    openssl req -new -newkey rsa:2048 -nodes -keyout yourbrand.com.key -out youtbrand.com.csr