From e327994ee98fe08f9dd8ac935d75145cb31e0304 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 29 May 2023 16:26:49 +0000 Subject: [PATCH] fix: Sheppy2->Sheppy --- templates/nginx_maps.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx_maps.j2 b/templates/nginx_maps.j2 index 30644b3..aa1a41d 100644 --- a/templates/nginx_maps.j2 +++ b/templates/nginx_maps.j2 @@ -1,6 +1,6 @@ map $ssl_client_s_dn $allow_group_main { default ""; - ~CN=Sheppy2 true; + ~CN=Sheppy true; ~CN=Kathi true; }