From 70f397239ef60b695b47e69bf96bcb8d50cb534c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 7 Jun 2020 19:03:45 +0200 Subject: Change key type for ejabberd --- modules/private/websites/immae/history/_data/categories.yml | 3 +++ .../private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md (limited to 'modules/private/websites/immae') 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 @@ - 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 index 0000000..622ad32 --- /dev/null +++ b/modules/private/websites/immae/history/_posts/2020-05-28-fix-xmpp.md @@ -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. -- cgit v1.2.3