]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Change key type for ejabberd
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 7 Jun 2020 17:03:45 +0000 (19:03 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 7 Jun 2020 17:13:09 +0000 (19:13 +0200)
modules/private/ejabberd/default.nix
modules/private/websites/immae/history/_data/categories.yml
modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md [new file with mode: 0644]

index 382b42dd8ae755e740661344d3987bd575c689e7..d051d790fd43c3a092ab9da56c3177d0fbce8972 100644 (file)
@@ -19,6 +19,7 @@ in
         user = "ejabberd";
         group = "ejabberd";
         domain = "eldiron.immae.eu";
+        keyType = "rsa4096";
         postRun = ''
           systemctl restart ejabberd.service
           '';
index fa7189b0b62530c4139c5499c0d5a5c0ed068bc1..56ea22f41e6c01a8ffe915892805a382008aca09 100644 (file)
@@ -5,6 +5,9 @@
 - name: Pannes
   color: red
 
+- name: Fix
+  color: orange
+
 - name: Informations
   color: blue
 
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 (file)
index 0000000..622ad32
--- /dev/null
@@ -0,0 +1,9 @@
+---
+title: "Modification du certificat SSL d’XMPP"
+category: Fix
+date: 2020-05-28
+---
+Suite à la migration d’acme, le certificate d’XMPP utilisait une clé de
+type Elliptic Curve pour ses certificats, ce qui posait problème aux
+anciennes version d’openssl. La clé a été changée pour du RSA4096 pour
+permettre une compatibilité avec ces versions.