From 9fea4c3bed89bab39a7a509046eed13f2fdc8861 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 4 Feb 2018 04:34:08 -0600 Subject: Minor updates --- _sass/site.scss | 9 +++++ certificates.md | 112 -------------------------------------------------------- 2 files changed, 9 insertions(+), 112 deletions(-) delete mode 100644 certificates.md diff --git a/_sass/site.scss b/_sass/site.scss index a17f4c2..894c561 100644 --- a/_sass/site.scss +++ b/_sass/site.scss @@ -220,6 +220,15 @@ pre { padding: 2rem; } +#cert-table { + h2 { + display: inline; + } + p { + float: right; + } +} + #register-window { .card { margin-left: 25px; diff --git a/certificates.md b/certificates.md deleted file mode 100644 index ca5d465..0000000 --- a/certificates.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -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