mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-24 07:58:54 -04:00
sslutils used to load only the first certificate when it was given a client certificate file. Added tests for check_http to connect to a http server that expects a client certificate (simple and with chain). Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| client-cert.pem | ||
| client-key.pem | ||
| clientca-cert.pem | ||
| clientca-key.pem | ||
| clientchain-cert.pem | ||
| clientchain-key.pem | ||
| clientintermediate-cert.pem | ||
| clientintermediate-key.pem | ||
| expired-cert.pem | ||
| expired-key.pem | ||
| ext.cnf | ||
| generate-certs.sh | ||
| server-cert.pem | ||
| server-key.pem | ||