ejbca stuff
parent
e005f29884
commit
ebd508caaf
|
@ -9,8 +9,10 @@ server {
|
||||||
allow 63.141.252.133;
|
allow 63.141.252.133;
|
||||||
deny all;
|
deny all;
|
||||||
proxy_pass https://localhost:7563;
|
proxy_pass https://localhost:7563;
|
||||||
proxy_set_header X-SSL-CERT $http_x_client_cert;
|
proxy_set_header X-SSL-CERT $http_x_ssl_cert;
|
||||||
proxy_set_header X-Client-Verify $http_x_client_verify;
|
proxy_set_header X-Client-Verify $http_x_client_verify;
|
||||||
|
proxy_set_header X-Client-DN $http_x_client_dn;
|
||||||
|
proxy_set_header X-Client-Serial $http_x_client_serial;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /test-headers {
|
location /test-headers {
|
||||||
|
|
Loading…
Reference in New Issue