04 Dec 2019 09:48 AM
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.
04 Dec 2019 10:09 AM
I believe you need to get different certificates. Take it from the nginx for instance. It's in:
<managed_binaries>/nginx/conf/ssl
09 Dec 2019 01:37 PM
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?
09 Dec 2019 02:10 PM
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.
09 Dec 2019 02:12 PM
Thanks, perhaps I should configure both port 443 and 8020-8022.