diff options
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. |