tests: SSL client certificate validation mTLS

This commit is contained in:
Niek
2025-06-04 15:29:15 +02:00
parent 409b0e6fbb
commit 5e77e2910b
16 changed files with 578 additions and 0 deletions
@@ -0,0 +1,4 @@
if ($ssl_client_verify = SUCCESS) {
add_header Content-Type text/plain;
return 418 'ssl_client_verify is SUCCESS';
}