NRPE : SSL with NSClient++

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
kopi Lim
Posts: 3
Joined: Mon Nov 25, 2019 8:32 pm

NRPE : SSL with NSClient++

Post by kopi Lim »

Hi all, I am using Centos v6 (as a monitor host) to monitor 100+ of Windows (as a remote host, or so called being monitored), in order to secure the communication between all the machine, is it a **MUST** to generate the cert and key one by one and implement them to each machine **OR** just generate a cert and a key that implement to all the windows machine.

PS: I followed the guide to generate the CA, cert, key from https://www.altaro.com/hyper-v/securely ... -nsclient/
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: NRPE : SSL with NSClient++

Post by mbellerue »

I believe you can just generate one key and push it out to each client. Though the communication is not normally plain text, it is encrypted with a 512bit DH key.

Edit: Here are some additional docs on the subject that may help you with encryption.
https://github.com/NagiosEnterprises/nr ... DME.SSL.md
https://support.nagios.com/kb/article.php?id=519
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked