aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-08-08 01:26:56 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-08-08 02:34:45 +0200
commit34967973aa1d6f6d4d69335a519966c2436bcd98 (patch)
tree2c8fc4d8a9bf15929c57b5449322434995f030d0 /README
parent6382ecb016409371ed8e0978f38d503e802e5976 (diff)
downloadxK-34967973aa1d6f6d4d69335a519966c2436bcd98.tar.gz
xK-34967973aa1d6f6d4d69335a519966c2436bcd98.tar.xz
xK-34967973aa1d6f6d4d69335a519966c2436bcd98.zip
kike: implement SSL client cert. auth.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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.