From 8b6e18e950f7df9dd35304e0b2e2200ba2624ebe Mon Sep 17 00:00:00 2001 From: Tobias Wiese Date: Sat, 30 Jan 2021 16:46:57 +0100 Subject: http: Use client certificate For some http requests nginx checks if the user is authenticated with a client certificate and denies that request otherwise. This adds client certificate authentication to http checks, so that the requests are actually handled. Signed-off-by: Tobias Wiese --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 44c557d..512f21b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /master-secrets.conf +/client.crt +/client.key -- cgit v1.2.3