mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-09 15:08:31 +01:00
feat: support for cert based authentication
This commit is contained in:
10
templates/nginx_maps.j2
Normal file
10
templates/nginx_maps.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user