aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2016-12-31 01:03:51 -0600
committerMatt Rude <[email protected]>2016-12-31 01:03:51 -0600
commit4a625ec502622ac9ba80eab14c478f942b52b54a (patch)
treea5309cce465f91b1eb8717503724d74460adb6bc
parent211764e8d4ff7720702161baebc78c1c02afa36f (diff)
downloadxmpp-site-builder-4a625ec502622ac9ba80eab14c478f942b52b54a.tar.gz
xmpp-site-builder-4a625ec502622ac9ba80eab14c478f942b52b54a.tar.bz2
xmpp-site-builder-4a625ec502622ac9ba80eab14c478f942b52b54a.zip
Added certificates.md
-rw-r--r--_includes/menu.html1
-rw-r--r--certificates.md70
-rw-r--r--doc/source.md2
-rw-r--r--index.md59
4 files changed, 72 insertions, 60 deletions
diff --git a/_includes/menu.html b/_includes/menu.html
index a46e99b..3bf1830 100644
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -1,6 +1,7 @@
<div id="menu">
<a href="{{ site.url }}">Home</a>
| <a href="{{ site.url }}/about/">About</a>
+ | <a href="{{ site.url }}/certificates/">Certificates</a>
| <a href="{{ site.url }}/help/">Help</a>
| <a href="{{ site.url }}/doc/">Docs</a>{% for post in site.posts limit: 1 %}
| <a href="{{ site.url }}/news/">News</a>{% endfor %}
diff --git a/certificates.md b/certificates.md
new file mode 100644
index 0000000..bb6e828
--- /dev/null
+++ b/certificates.md
@@ -0,0 +1,70 @@
+---
+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. {% if site.fingerprint-expires %} This certificate expires on {{ site.fingerprint-expires }}.{% endif %}
+
+<div id="cert-table">
+<h2>{{ site.xmpp-url }}</h2>
+<p style="margin-top:-0.6em;"><small>(expires: {{ site.fingerprint-expires }})</small></p>
+{% if site.fingerprint-sha1 %}
+ <div class="cert-title">
+ <b>SHA1 Fingerprint</b>
+ </div>
+ <div class="cert-content">
+ <pre>{{ site.fingerprint-sha1 }}</pre>
+ </div>
+{% endif %}
+{% if site.fingerprint-sha256 %}
+ <div class="cert-title">
+ <b>SHA256 Fingerprint</b>
+ </div>
+ <div class="cert-content">
+ <pre>{{ site.fingerprint-sha256 }}</pre>
+ </div>
+{% endif %}
+<h2>{{ site.xmpp-conference-url }}</h2>
+<p style="margin-top:-0.6em;"><small>(expires: {{ site.fingerprint-conference-expires }})</small></p>
+{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha1 %}
+ <div class="cert-title">
+ <b>SHA1 Fingerprint</b>
+ </div>
+ <div class="cert-content">
+ <pre>{{ site.fingerprint-conference-sha1 }}</pre>
+ </div>
+{% endif %}
+{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha256 %}
+ <div class="cert-title">
+ <b>SHA256 Fingerprint</b>
+ </div>
+ <div class="cert-content">
+ <pre>{{ site.fingerprint-conference-sha256 }}</pre>
+ </div>
+{% endif %}
+{% if site.xmpp-proxy-url and site.xep-0065 == 1 %}
+<h2>{{ site.xmpp-proxy-url }}</h2>
+<p style="margin-top:-0.6em;"><small>(expires: {{ site.fingerprint-proxy-expires }})</small></p>
+{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha1 %}
+ <div class="cert-title">
+ <b>SHA1 Fingerprint</b>
+ </div>
+ <div class="cert-content">
+ <pre>{{ site.fingerprint-proxy-sha1 }}</pre>
+ </div>
+{% endif %}
+{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha256 %}
+ <div class="cert-title">
+ <b>SHA256 Fingerprint</b>
+ </div>
+ <div class="cert-content">
+ <pre>{{ site.fingerprint-proxy-sha256 }}</pre>
+ </div>
+{% endif %}
+{% endif %}
+</div> <!-- Closing cert-table id div -->
+
+<p style='text-align:right;'><a href="https://xmpp.net/result.php?domain={{ site.xmpp-url }}&amp;type=server"><img src="https://xmpp.net/badge.php?domain={{ site.xmpp-url }}" alt="xmpp.net score" /></a></p>
+
diff --git a/doc/source.md b/doc/source.md
index 821fc90..6acd5ae 100644
--- a/doc/source.md
+++ b/doc/source.md
@@ -8,5 +8,5 @@ permalink: /source/
This site is running [prosody](https://prosody.im) version {{ site.prosody-version }}. The source for prosody may be found at [hg.prosody.im](https://hg.prosody.im/). The program prosody is licensed under the [MIT/X11 license](https://prosody.im/source/mit).
### Site Source Locations
-The source for this website may be found in the github repository [mattrude/therudes.im](https://github.com/mattrude/therudes.im#readme). The site is licensed under the [GNU General Public License, version 3 (GPLv3)](https://raw.githubusercontent.com/mattrude/therudes.im/master/LICENSE), and may be used or modified under the terms of that license.
+The source for this website may be found in the github repository [xmpp-site](https://code.mattrude.com/xmpp-site/about/). The site is licensed under the [GNU General Public License, version 3 (GPLv3)](https://code.mattrude.com/xmpp-site/plain/LICENSE), and may be used or modified under the terms of that license.
diff --git a/index.md b/index.md
index e73f392..471a487 100644
--- a/index.md
+++ b/index.md
@@ -82,65 +82,6 @@ Web Presence provides the status of a user via a image URL. Please see the page
* The backend is configured to store hashed and salted authentication data
* Use Off-the-Record (OTR) in your chat client to have fully encrypted chats
-{% if site.fingerprints == 1 %}
-### Certificates Fingerprints
-
-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. {% if site.fingerprint-expires %} This certificate expires on {{ site.fingerprint-expires }}.{% endif %}
-
-<div id="cert-table">
-{% if site.fingerprint-sha1 %}
- <div class="cert-title">
- <b>{{ site.xmpp-url }}<small> - SHA1 Fingerprint</small></b>
- </div>
- <div class="cert-content">
- <pre>{{ site.fingerprint-sha1 }}</pre>
- </div>
-{% endif %}
-{% if site.fingerprint-sha256 %}
- <div class="cert-title">
- <b>{{ site.xmpp-url }}<small> - SHA256 Fingerprint</small></b>
- </div>
- <div class="cert-content">
- <pre>{{ site.fingerprint-sha256 }}</pre>
- </div>
-{% endif %}
-{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha1 %}
- <div class="cert-title">
- <b>{{ site.xmpp-conference-url }}<small> - SHA1 Fingerprint</small></b>
- </div>
- <div class="cert-content">
- <pre>{{ site.fingerprint-conference-sha1 }}</pre>
- </div>
-{% endif %}
-{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha256 %}
- <div class="cert-title">
- <b>{{ site.xmpp-conference-url }}<small> - SHA256 Fingerprint</small></b>
- </div>
- <div class="cert-content">
- <pre>{{ site.fingerprint-conference-sha256 }}</pre>
- </div>
-{% endif %}
-{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha1 %}
- <div class="cert-title">
- <b>{{ site.xmpp-proxy-url }}<small> - SHA1 Fingerprint</small></b>
- </div>
- <div class="cert-content">
- <pre>{{ site.fingerprint-proxy-sha1 }}</pre>
- </div>
-{% endif %}
-{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha256 %}
- <div class="cert-title">
- <b>{{ site.xmpp-proxy-url }}<small> - SHA256 Fingerprint</small></b>
- </div>
- <div class="cert-content">
- <pre>{{ site.fingerprint-proxy-sha256 }}</pre>
- </div>
-{% endif %}
-</div> <!-- Closing cert-table id div -->
-{% endif %}
-
-<p style='text-align:right;'><a href="https://xmpp.net/result.php?domain={{ site.xmpp-url }}&amp;type=server"><img src="https://xmpp.net/badge.php?domain={{ site.xmpp-url }}" alt="xmpp.net score" /></a></p>
-
## Policies
No more information is collected and stored than what is absolutely necessary. This includes rosters, vCards, offline messages, etc.