From bf915a77912f1fd9bdc587e5487246c105cfc7c1 Mon Sep 17 00:00:00 2001 From: jdubois Date: Wed, 10 Aug 2022 17:34:31 +0200 Subject: [PATCH] =?UTF-8?q?Plus=20besoin=20de=20cr=C3=A9er=20le=20CRL=20ma?= =?UTF-8?q?nuellement=20avec=20le=20dernier=20shellpki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoOpenVPN.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/HowtoOpenVPN.md b/HowtoOpenVPN.md index 6ff0bb2a..abd21218 100644 --- a/HowtoOpenVPN.md +++ b/HowtoOpenVPN.md @@ -48,12 +48,6 @@ On génère le dhparam : # openssl dhparam -out /etc/shellpki/dh2048.pem 2048 ~~~ -On génère une première fois le CRL : - -~~~ -# openssl ca -gencrl -keyfile /etc/shellpki/cakey.key -cert /etc/shellpki/cacert.pem -out /etc/shellpki/crl.pem -config /etc/shellpki/openssl.cnf -~~~ - Et on corrige les permissions pour qu'OpenVPN puisse lire le CRL : ~~~ @@ -61,7 +55,7 @@ Et on corrige les permissions pour qu'OpenVPN puisse lire le CRL : # chmod 751 /etc/shellpki/ ~~~ -Puis on édite `/usr/local/sbin/shellpki`, pour ajouter ces 2 commandes à la fin : +Puis on corrige les permissions pour qu'OpenVPN puisse lire le CRL en éditant `/usr/local/sbin/shellpki`, pour ajouter les 2 dernières lignes : ~~~ # fix right