From 93b1ac4511cafd2a1265bb74a50230d0916b11d9 Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Fri, 28 May 2021 09:49:42 +0200 Subject: Improve comments about adding a non-official CA in the docker image --- Dockerfile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c50c9e..e05cc24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,12 +16,17 @@ RUN dnf -y copr enable fantom/poezio-omemo && \ # Add non-official CA to connect to the server -# If you want an account on casperlefantom.net, just send request to: -# "casper at casperlefantom.net"; then enable OMEMO +# +# If you want an account on casperlefantom.net, visit the website +# https://chat.casperlefantom.net to create account, then you can +# login with any client, and you can enable OMEMO for end-to-end +# encryption. +# # or create new account on jabber.fr provider RUN curl -o /etc/pki/ca-trust/source/anchors/root.pem https://dl.casperlefantom.net/pub/ssl/root.pem && \ /usr/bin/update-ca-trust -# Sha256 fingerprint is stored here: + +# Checksum of server's certificate is available here: # https://dl.casperlefantom.net/pub/ssl/fingerprint-for-poezio-client.txt # http://uhxfe4e6yc72i6fhexcpk4ph4niueexpy4ckc3wapazxqhv4isejbnyd.onion/pub/ssl/fingerprint-for-poezio-client.txt -- cgit