Solved

Local certificate

  • 28 February 2022
  • 2 replies
  • 275 views

Badge +1

Good morning everyone,

does anyone know if it is possible to monitor windows server certificate stores?

Powershell is not a very viable option for me as I cannot allow unsigned scripts.

icon

Best answer by Kriko 28 February 2022, 09:56

View original

2 replies

Userlevel 5
Badge +16

Hello @NicolaM 

Presently we don’t have any plugins to check windows server certificate stores.
We have a plugin to check local certificate, but not sure if it’s working on windows certs: https://github.com/centreon/centreon-plugins/issues/2139

I guess that you can follow this tutoriel from our friend @pixelabs : https://pixelabs.fr/supervision-des-certificats-https-windows/

 

If you want to give more details about your needs (if there is a files or a cert in a folder that you want to check), we will happy to see what we can do.

 

Regards,

Badge +1

thank you very much for the answer, possibly you know if it is possible to make nsclient execute a powershell command (not a script) and capture its value (Eg. Get-ChildItem Cert: \ LocalMachine \ my \ * | ft -AutoSize)

Reply