Since version 3.7.7 you can manually add each domain's SSL cert's location if necessary.
In this guide, we will walk you through manually setting up cert mapping. You'll need to locate the cert and key files to get started.
- Open the Configuration menu on your BitNinja dashboard.
- Select the setting level on the left side. (server-level, server group-level, account-level)
- Map the certificate's location to the domain with this command:
bitninjacli --module=SslTerminating --add-cert --domain=<domain> --certFile=<certFile> --keyFile=<keyFile>
Chained certificates can also be added with the following parameter| --chainFile=<chainFile> - Finally, run our recollect command:
bitninjacli --module=SslTerminating --force-recollect