From 043168573a7ec53dd61583bbcabd34b4a0587cce Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 4 Feb 2018 02:19:51 -0600 Subject: more format upates --- certificates.md | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 certificates.md (limited to 'certificates.md') diff --git a/certificates.md b/certificates.md new file mode 100644 index 0000000..ca5d465 --- /dev/null +++ b/certificates.md @@ -0,0 +1,112 @@ +--- +layout: default +title: Server Certificates +permalink: /certificates/ +--- + +# Server Certificates +One of the benefits of communicating via XMPP is the level of security involved. To allow users to validate the servers they are connecting to, below is the current fingerprints for each domain name. + +
+

{{ site.xmpp-url }}

+

(expires: {{ site.fingerprint-expires }})

+{% if site.fingerprint-sha1 %} +
+ SHA1 Fingerprint +
+
+
{{ site.fingerprint-sha1 }}
+
+{% endif %} +{% if site.fingerprint-sha256 %} +
+ SHA256 Fingerprint +
+
+
{{ site.fingerprint-sha256 }}
+
+{% endif %} +{% if site.xmpp-host %} +

{{ site.xmpp-host }}

+

(expires: {{ site.fingerprint-im-expires }})

+{% if site.xmpp-host and site.fingerprint-im-sha1 %} +
+ SHA1 Fingerprint +
+
+
{{ site.fingerprint-im-sha1 }}
+
+{% endif %} +{% if site.xmpp-host and site.fingerprint-im-sha256 %} +
+ SHA256 Fingerprint +
+
+
{{ site.fingerprint-im-sha256 }}
+
+{% endif %} +{% endif %} +{% if site.xmpp-conference-url and site.xep-0045 == 1 %} +

{{ site.xmpp-conference-url }}

+

(expires: {{ site.fingerprint-conference-expires }})

+{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha1 %} +
+ SHA1 Fingerprint +
+
+
{{ site.fingerprint-conference-sha1 }}
+
+{% endif %} +{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha256 %} +
+ SHA256 Fingerprint +
+
+
{{ site.fingerprint-conference-sha256 }}
+
+{% endif %} +{% endif %} +{% if site.xmpp-proxy-url and site.xep-0065 == 1 %} +

{{ site.xmpp-proxy-url }}

+

(expires: {{ site.fingerprint-proxy-expires }})

+{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha1 %} +
+ SHA1 Fingerprint +
+
+
{{ site.fingerprint-proxy-sha1 }}
+
+{% endif %} +{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha256 %} +
+ SHA256 Fingerprint +
+
+
{{ site.fingerprint-proxy-sha256 }}
+
+{% endif %} +{% endif %} +{% if site.xmpp-upload-url and site.xep-0363 == 1 %} +

{{ site.xmpp-upload-url }}

+

(expires: {{ site.fingerprint-upload-expires }})

+{% if site.xmpp-upload-url and site.xep-0363 == 1 and site.fingerprint-upload-sha1 %} +
+ SHA1 Fingerprint +
+
+
{{ site.fingerprint-upload-sha1 }}
+
+{% endif %} +{% if site.xmpp-upload-url and site.xep-0363 == 1 and site.fingerprint-upload-sha256 %} +
+ SHA256 Fingerprint +
+
+
{{ site.fingerprint-upload-sha256 }}
+
+{% endif %} +{% endif %} +
+ +

check.messaging.one server score

+ -- cgit v1.2.3-59-ga6da