The Managed of my client is slow to load, since they have NAM, I want to use NAM to have a look as well.
To monitor it in NAM, I need to import the SSL key into the NAM Probe.
I export the key at /etc/pki/tls/cert.pem
But seems like it doesn't work. Where the key really is?
Best Regards,
Wai Keat
Solved! Go to Solution.
I believe you need to get different certificates. Take it from the nginx for instance. It's in:
<managed_binaries>/nginx/conf/ssl
I've imported the two .pem keys in that directory into my NAM Probe, but somehow doesn't work.....
Any other place that has other keys?
These are used for the Web UI traffic from your browser to the cluster node on port 443. Then locally on a node 443 port is redirected to HTTPS 8022 (NGINX listening port). Then 8022 goes to HTTPS 8021 which is the server (also same key-pair is used).
If something doesn't work take a look at the NAM side.
Thanks, perhaps I should configure both port 443 and 8020-8022.