kike: go with shorter SHA1 fingerprints

This commit is contained in:
2014-08-13 19:22:43 +02:00
parent 641aff5f57
commit 946522ba80
2 changed files with 5 additions and 6 deletions

4
README
View File

@@ -54,8 +54,8 @@ 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
To get the fingerprint from a certificate file in the required form, use:
$ openssl x509 -in public.pem -outform DER | sha1sum
Disclaimer
----------