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

Version 1 Next »

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

Info

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
  • No labels