redirects

master
Matthew 2024-12-22 22:12:25 -05:00
parent 8f22d000a6
commit dbb0f2b275
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ server {
ssl_verify_client optional_no_ca;
location / {
proxy_pass https://offsite-ejbca.mracs.dev;
proxy_set_header X-SSL-CERT $ssl_client_cert;
proxy_set_header X-Client-Verify $ssl_client_verify;
proxy_set_header X-Client-DN $ssl_client_s_dn;