aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-08-13 19:22:43 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-08-13 19:22:43 +0200
commit946522ba8055589b3eb47e925c66544c115a1673 (patch)
treeb4447a7b0cdcf1f1ebff38a79deac0b545580b0d /README
parent641aff5f571bc7da31e42a0ab32713749ff60c86 (diff)
downloadxK-946522ba8055589b3eb47e925c66544c115a1673.tar.gz
xK-946522ba8055589b3eb47e925c66544c115a1673.tar.xz
xK-946522ba8055589b3eb47e925c66544c115a1673.zip
kike: go with shorter SHA1 fingerprints
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index d08c1a9..05cf0ad 100644
--- a/README
+++ b/README
@@ -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
----------