ejbca stuff
parent
505318be45
commit
c4351bbcf9
|
@ -11,4 +11,8 @@ server {
|
|||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue