--- layout: default title: Server TLS Certificates permalink: /certificates/ ---

Servers TLS 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.

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.


{{ 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 }})

The {{ site.xmpp-upload-url }} domain is used for the HTTP File Upload (XEP-0363), that allows a user to upload a file to the server, the server will then provide a URL link back to that file that anyone may view.

{% 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