Add a SSL Certificate
Last updated
Was this helpful?
Last updated
Was this helpful?
By default, the Console is accessible on HTTP.
Nodeum supports configuring its Console with an SSL Certificate
We consider in this example the following parameters:
Server hostname is nodeum.mydomain.com
Server IP is 10.1.2.3
The Nodeum Ansible package is extracted in the folder ~/v1-x-y/
Certificate validity period of key SSL is 365 days
Private key file name is "private.key" and will be stored into the folder ~/v1-x-y/files/nodeum_certs/
Certificate file name is "public.crt" and will be stored into the folder ~/v1-x-y/files/nodeum_certs/
In the folder where you have extracted the Nodeum Ansible inventory, you have to go into the folder /files/
to execute this command.
The certificates will be used by nginx (Console UI and API) to configure the use of SSL. The public certificate is also utilized by certain services.
After completing the task, update the Nodeum Ansible inventory file to enable SSL .
And then execute the Nodeum Ansible playbook installation.