kike: go with shorter SHA1 fingerprints
This commit is contained in:
4
README
4
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
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user