diff options
| author | Tobias Wiese <tobias@tobiaswiese.com> | 2021-05-23 01:39:15 +0200 |
|---|---|---|
| committer | waja <waja@users.noreply.github.com> | 2022-01-30 12:25:56 +0100 |
| commit | 31bdbfce92de2dc7717fe13a8d1ca8e7dbf850d4 (patch) | |
| tree | 27c5416f0096e89f168c1baaa1909537fb453223 /plugins/tests/certs/ext.cnf | |
| parent | 986b2479465648c49a7eefc3fbf4df8860e3e4b7 (diff) | |
| download | monitoring-plugins-31bdbfce92de2dc7717fe13a8d1ca8e7dbf850d4.tar.gz | |
sslutils: use chain from client certificates
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>
Diffstat (limited to 'plugins/tests/certs/ext.cnf')
| -rw-r--r-- | plugins/tests/certs/ext.cnf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/tests/certs/ext.cnf b/plugins/tests/certs/ext.cnf new file mode 100644 index 00000000..d09cee13 --- /dev/null +++ b/plugins/tests/certs/ext.cnf | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | [ client_ca ] | ||
| 2 | basicConstraints = critical, CA:true | ||
