From 6fa36706a3f6ff44b517cb6875048c553d2e78ac Mon Sep 17 00:00:00 2001 From: jdubois Date: Mon, 5 Dec 2022 09:48:59 +0100 Subject: [PATCH] =?UTF-8?q?pr=C3=A9cision=20VPN=20=3D>=20OpenVPN=20pour=20?= =?UTF-8?q?mail=20rappel=20d'expirations=20certificats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoOpenVPN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoOpenVPN.md b/HowtoOpenVPN.md index c7604697..990e944e 100644 --- a/HowtoOpenVPN.md +++ b/HowtoOpenVPN.md @@ -160,14 +160,14 @@ Un script [cert-expirations.sh](https://gitea.evolix.org/evolix/shellpki/raw/bra # wget https://gitea.evolix.org/evolix/shellpki/raw/branch/dev/cert-expirations.sh -O /usr/share/scripts/cert-expirations.sh # chmod +x /usr/share/scripts/cert-expirations.sh # crontab -e -@monthly /usr/share/scripts/cert-expirations.sh | mail -E -s "PKI VPN XXX : recapitulatif expirations" mail@example.com +@monthly /usr/share/scripts/cert-expirations.sh | mail -E -s "PKI OpenVPN XXX : recapitulatif expirations" mail@example.com ~~~ Penser à remplacer : * L'horaire d'exécution du cron, si voulu ; * L'emplacement des certificats dans le script (/etc/shellpki/certs/), ceux-ci peuvent se trouver dans "/etc/openvpn/ssl/certs/" ou ailleurs encore ; -* Le nom du serveur XXX dans le sujet "PKI VPN XXX" ; +* Le nom du serveur XXX dans le sujet "PKI OpenVPN XXX" ; * L'adresse mail de contact. ### Serveur sous Debian