From 34967973aa1d6f6d4d69335a519966c2436bcd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 8 Aug 2014 01:26:56 +0200 Subject: kike: implement SSL client cert. auth. --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 00ef915..40894f4 100644 --- a/README +++ b/README @@ -44,6 +44,12 @@ ZyklonB stays running in the foreground, so I recommend launching it inside a Screen or tmux session. kike, on the other hand, immediately forks into the background. Use something like `killall' if you want to terminate it. +Client Certificates +------------------- +`kike' uses SHA1 fingerprints of SSL client certificates to authenticate users. +To get the fingerprint from a certificate file, use: + $ openssl x509 -noout -in cert.pem -sha1 -fingerprint + Disclaimer ---------- I am not an antisemitist, I'm just being an offensive asshole with the naming. -- cgit v1.2.3