ssl-invalid4.cfg 314 B

12345678910111213141516
  1. disable_syslog=1
  2. debug=0
  3. log_file=logs/ssl-invalid.log
  4. pid_file=run/nrpe.pid
  5. server_port=40321
  6. server_address=0.0.0.0
  7. allowed_hosts=127.0.0.0/24,::1
  8. ssl_cacert_file=configs/certs/other.crt
  9. ssl_cert_file=configs/certs/other.crt
  10. ssl_privatekey_file=configs/certs/missing.key
  11. ssl_logging=0xff
  12. ssl_version=TLSv1.3