User story
As a PRTG user, I want PRTG to support connecting to redis with certificate
Details of user story
At present PRTG connects to redis without certificate. Update PRTG Redis sensor code to
accept thumbprint, certificate path, certificate password as parameters. get the certificate from windows store, if thumbprint is supplied as parameter. get the certificate from path specified, if path with filename and cert password are specified. connect to redis using certificate, if certificate is found in windows store or in the system.
Acceptance criteria
- Criterion #1 redis certificate must be installed on the server.
- Criterion #2 redis should support certificate connection.(which is more secure)