Files
athq-vm-management/templates/nginx_maps.j2

11 lines
178 B
Django/Jinja

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