diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-08-08 01:26:56 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-08-08 02:34:45 +0200 |
commit | 34967973aa1d6f6d4d69335a519966c2436bcd98 (patch) | |
tree | 2c8fc4d8a9bf15929c57b5449322434995f030d0 /README | |
parent | 6382ecb016409371ed8e0978f38d503e802e5976 (diff) | |
download | xK-34967973aa1d6f6d4d69335a519966c2436bcd98.tar.gz xK-34967973aa1d6f6d4d69335a519966c2436bcd98.tar.xz xK-34967973aa1d6f6d4d69335a519966c2436bcd98.zip |
kike: implement SSL client cert. auth.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |