1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2026-04-20 02:49:39 +00:00

tests: SSL client certificate validation mTLS

This commit is contained in:
Niek
2025-02-27 13:22:03 +01: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';
}