Files
athq-vm-management/templates/nginx_maps.j2
2023-05-29 16:26:49 +00:00

11 lines
177 B
Django/Jinja

map $ssl_client_s_dn $allow_group_main {
default "";
~CN=Sheppy true;
~CN=Kathi true;
}
map $ssl_client_s_dn $allow_group_ths {
default "";
~OU=THS true;
}