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/` : ~~~