From d8c73e385fc9ece8b5f7d4a9996e99142ca29844 Mon Sep 17 00:00:00 2001 From: jdubois Date: Wed, 10 Aug 2022 17:36:29 +0200 Subject: [PATCH] =?UTF-8?q?Pas=20besoin=20de=20corriger=20manuellement=20p?= =?UTF-8?q?uisque=20shellpki=20sera=20forc=C3=A9ment=20lanc=C3=A9,=20et=20?= =?UTF-8?q?corrigera=20donc=20les=20droits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoOpenVPN.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/HowtoOpenVPN.md b/HowtoOpenVPN.md index a68f1195..4537125c 100644 --- a/HowtoOpenVPN.md +++ b/HowtoOpenVPN.md @@ -48,13 +48,6 @@ Une fois fait, on génère le dhparam : # openssl dhparam -out /etc/shellpki/dh2048.pem 2048 ~~~ -Et on corrige les permissions pour qu'OpenVPN puisse lire le CRL : - -~~~ -# chmod 604 /etc/shellpki/crl.pem -# chmod 751 /etc/shellpki/ -~~~ - Puis on corrige les permissions pour qu'OpenVPN puisse lire le CRL en éditant `/usr/local/sbin/shellpki`, pour ajouter les lignes `chmod 604 /etc/shellpki/crl.pem` et `chmod 751 /etc/shellpki/` : ~~~