From e58b53134654a50e58d030a21de5d5f994502e41 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Thu, 10 May 2018 16:47:16 -0500 Subject: Minor content changes --- _includes/about.html | 28 ++++++++++++++-------------- _includes/footer.html | 2 +- _includes/header.html | 2 +- certificates.html | 8 +++++--- 4 files changed, 21 insertions(+), 19 deletions(-) diff --git a/_includes/about.html b/_includes/about.html index dbe2eaa..6206581 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -3,30 +3,30 @@

About

Contact Information

-

This site is maintained by Matt Rude (0xc4909ee495b0761f). If you would like to report any problems or bugs, please send a email or XMPP messsage to the email address listed in one of my public keys.

+

This site is maintained by Matt Rude (0xc4909ee495b0761f). If you would like to report any problems or bugs, please send a email or XMPP messsage to the email address listed in one of my public keys.

This Service

-

This service is running a clustered configuration, of two servers, running ejabberd - version {{ site.ejabberd-version }} on - Ubuntu version 16.04 LTS. - The source code for ejabberd may be found on Github.com in the - processone/ejabberd repository. +

This service is running a clustered configuration, of two servers, running ejabberd + version {{ site.ejabberd-version }} on + Ubuntu version 16.04 LTS. + The source code for ejabberd may be found on Github.com in the + processone/ejabberd repository. The program ejabberd is licensed under the - GNU General Public License, version 2.0.

+ GNU General Public License, version 2.0.

-

Website Source

-

The source for this website may be found in the github repository xmpp-site-lite. +

Website Source

+

The source for this website may be found in the github repository xmpp-site-lite. The site is licensed under the - GNU General Public License, version 3.0, + GNU General Public License, version 3.0, and may be used or modified under the terms of that license.

diff --git a/_includes/footer.html b/_includes/footer.html index f257a60..ef0a950 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,7 +5,7 @@

Status | Certificates

-

© {{ site.time | date: "%Y" }} by {{ site.owner_name }}

+

© {{ site.time | date: "%Y" }} by {{ site.owner_name }}

diff --git a/_includes/header.html b/_includes/header.html index 4510a46..0736996 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -11,6 +11,6 @@ - + diff --git a/certificates.html b/certificates.html index 2e33a61..9bd5ae2 100644 --- a/certificates.html +++ b/certificates.html @@ -13,15 +13,16 @@ permalink: /certificates/
-

One of the benefits of communicating via XMPP is the level of security involved. This server uses DNSSEC and TLS Certificate Pinning, to secure its users identity and privacy from outside observers.

+

One of the benefits of communicating via XMPP is the level of security you may implement on the connection to and from the server. This server uses DNSSEC and TLS Certificate Pinning, to secure its users from diffrent MitM attacks outside observers.

-

As an added layer of security, a user can validate the servers they are connecting to, below is the current fingerprints for each domain name.

+

As an added layer of security, a user may validate this servers TLS Certificates, below is the current fingerprints for each domain name you may use.


{{ site.xmpp-url }}

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

+

This is the primary certificate that your client will use during its XMPP connection.

{% if site.fingerprint-sha1 %}
SHA1 Fingerprint @@ -42,6 +43,7 @@ permalink: /certificates/ {% if site.xmpp-host %}

{{ site.xmpp-host }}

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

+

This is the certificate and domain that you are currently using to view this webpage; it is used for most website services. This is also used during some XMPP connection attempts.

{% if site.xmpp-host and site.fingerprint-im-sha1 %}
SHA1 Fingerprint @@ -63,6 +65,7 @@ permalink: /certificates/ {% if site.xmpp-conference-url and site.xep-0045 == 1 %}

{{ site.xmpp-conference-url }}

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

+

The conference domain at {{ site.xmpp-conference-url }} is used for all MUC (conference services) within your client.

{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha1 %}
SHA1 Fingerprint @@ -126,4 +129,3 @@ permalink: /certificates/

check.messaging.one server score

- -- cgit v1.2.3-59-ga6da