Utilize a Custom SSL Certificate
This step is optional. If you want to use the certificate that ships with NetMon, proceed to Select Applications for Packet Capture.
NetMon ships with a self-signed certificate that is not trusted. These instructions explain how to replace that certificate with your own trusted SSL certificate if you want to assure users that the site is trustworthy.
To add a custom SSL certificate:
Ensure that your new, trusted server cert and key files are named “server.crt” and “server.key.”
On your NetMon server, go to /etc/nginx.
Copy your cert and key files into /etc/nginx. If prompted to overwrite the existing cert and key files, select Yes.
SSH to your NetMon instance using the logrhythm user.
Run the following command to ensure that your custom files are owned by the nginx user:
AUTOITcd /etc/nginx; sudo chown nginx:nginx server.crt; sudo chown nginx:nginx server.key
Run the following command to restart nginx:
CODEsudo systemctl restart nginx
Your custom cert is installed.