aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-07 19:03:45 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-07 19:13:09 +0200
commit70f397239ef60b695b47e69bf96bcb8d50cb534c (patch)
tree6d97fed35b25c4ba4e399ae686e0ff2372dc126a
parent6338573a8a4b416d5bce384dac712197f90637dc (diff)
downloadNix-70f397239ef60b695b47e69bf96bcb8d50cb534c.tar.gz
Nix-70f397239ef60b695b47e69bf96bcb8d50cb534c.tar.zst
Nix-70f397239ef60b695b47e69bf96bcb8d50cb534c.zip
Change key type for ejabberd
-rw-r--r--modules/private/ejabberd/default.nix1
-rw-r--r--modules/private/websites/immae/history/_data/categories.yml3
-rw-r--r--modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md9
3 files changed, 13 insertions, 0 deletions
diff --git a/modules/private/ejabberd/default.nix b/modules/private/ejabberd/default.nix
index 382b42d..d051d79 100644
--- a/modules/private/ejabberd/default.nix
+++ b/modules/private/ejabberd/default.nix
@@ -19,6 +19,7 @@ in
19 user = "ejabberd"; 19 user = "ejabberd";
20 group = "ejabberd"; 20 group = "ejabberd";
21 domain = "eldiron.immae.eu"; 21 domain = "eldiron.immae.eu";
22 keyType = "rsa4096";
22 postRun = '' 23 postRun = ''
23 systemctl restart ejabberd.service 24 systemctl restart ejabberd.service
24 ''; 25 '';
diff --git a/modules/private/websites/immae/history/_data/categories.yml b/modules/private/websites/immae/history/_data/categories.yml
index fa7189b..56ea22f 100644
--- a/modules/private/websites/immae/history/_data/categories.yml
+++ b/modules/private/websites/immae/history/_data/categories.yml
@@ -5,6 +5,9 @@
5- name: Pannes 5- name: Pannes
6 color: red 6 color: red
7 7
8- name: Fix
9 color: orange
10
8- name: Informations 11- name: Informations
9 color: blue 12 color: blue
10 13
diff --git a/modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md b/modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md
new file mode 100644
index 0000000..622ad32
--- /dev/null
+++ b/modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md
@@ -0,0 +1,9 @@
1---
2title: "Modification du certificat SSL d’XMPP"
3category: Fix
4date: 2020-05-28
5---
6Suite à la migration d’acme, le certificate d’XMPP utilisait une clé de
7type Elliptic Curve pour ses certificats, ce qui posait problème aux
8anciennes version d’openssl. La clé a été changée pour du RSA4096 pour
9permettre une compatibilité avec ces versions.