1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Apply automatic changes

This commit is contained in:
s-l-teichmann s-l-teichmann@users.noreply.github.com 2022-07-25 13:24:11 +00:00
parent 677b0fdd4f
commit 101dd6880c
2 changed files with 3 additions and 1 deletions

View file

@ -53,6 +53,8 @@ location /cgi-bin/ {
fastcgi_param SCRIPT_FILENAME /usr/lib$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param CSAF_CONFIG /etc/csaf/config.toml;
fastcgi_param SSL_CLIENT_VERIFY $ssl_client_verify;
fastcgi_param SSL_CLIENT_S_DN $ssl_client_s_dn;
fastcgi_param SSL_CLIENT_I_DN $ssl_client_i_dn;