diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-04 23:49:49 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-04 23:50:01 +0200 |
commit | ec33adba3588133889be3094f115bf583b03f245 (patch) | |
tree | d63cbe0346f2d842c8c20696e996c46b3db15801 | |
parent | 6f596f1dcbee812dd7feff1bc6664cdc7944f2a3 (diff) | |
download | xK-ec33adba3588133889be3094f115bf583b03f245.tar.gz xK-ec33adba3588133889be3094f115bf583b03f245.tar.xz xK-ec33adba3588133889be3094f115bf583b03f245.zip |
Update README.adoc
-rw-r--r-- | README.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index b79d4ba..eb777a5 100644 --- a/README.adoc +++ b/README.adoc @@ -143,8 +143,9 @@ Client Certificates certificate specified by the respective server's `tls_cert` option if you add `sasl` to the `capabilities` option and the server supports this. -'xD' uses SHA-256 fingerprints of TLS client certificates to authenticate users. -To get the fingerprint from a certificate file in the required form, use: +'xD' and 'xS' use SHA-256 fingerprints of TLS client certificates +to authenticate users. To get the fingerprint from a certificate file +in the required form, use: $ openssl x509 -in public.pem -outform DER | sha256sum |