Add a SSL Certificate
To access the Nodeum Console securely, you can configure it with an SSL certificate. This guide provides instructions using the following parameters:
Server Details:
Hostname:
nodeum.mydomain.comIP Address:
10.1.2.3
Nodeum Ansible Package:
Location:
~/v1-x-y/
SSL Certificate Details:
Validity Period:
365 daysPrivate Key File:
Name:
private.keyLocation:
~/v1-x-y/files/nodeum_certs/
Certificate File:
Name:
public.crtLocation:
~/v1-x-y/files/nodeum_certs/
Follow these parameters to successfully implement SSL on your Nodeum Console.
Generating a Self-Signed Certificate
Navigate to the /files/ directory within the Nodeum Ansible inventory folder to execute the command.
Ensure proper generation of certificates.
The certificates will be used by Nginx (Console UI and API) to enable SSL. Additionally, the public certificate is employed by certain services.
Enable SSL
To enable SSL after completing the task, update the Nodeum Ansible inventory file accordingly.
Proceed to run the Nodeum Ansible playbook to complete the installation.
Once HTTPS is enabled, Nodeum's HTTP Console access is disabled. All HTTP requests are automatically redirected to HTTPS.
Last updated
Was this helpful?