ejbca stuff

master
Matthew 2024-12-22 22:03:47 -05:00
parent 505318be45
commit c4351bbcf9
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@ server {
proxy_set_header X-Client-Verify $http_x_client_verify; proxy_set_header X-Client-Verify $http_x_client_verify;
} }
location /test-headers {
return 200 "X-SSL-CERT: $http_x_ssl_cert\nX-Client-Verify: $http_x_client_verify\nX-Client-DN: $http_x_client_dn\nX-Client-Serial: $http_x_client_serial\n";
add_header Content-Type text/plain;
}
} }