From 1619613864a931c9ef0a3c5297481683a5aa21b6 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 4 Feb 2018 04:34:22 -0600 Subject: Minor updates --- certificates.html | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 certificates.html diff --git a/certificates.html b/certificates.html new file mode 100644 index 0000000..520d73d --- /dev/null +++ b/certificates.html @@ -0,0 +1,124 @@ +--- +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