From 12dfe03abad1432a8fd869c35ce991e839905ca7 Mon Sep 17 00:00:00 2001 From: Yunobot Date: Sun, 12 May 2019 14:41:38 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20dun=20paragraphe=20apr=C3=A8s=20la=20mo?= =?UTF-8?q?dification=20des=20droits=20des=20fichiers=20.pem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- certificate_custom_fr.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/certificate_custom_fr.md b/certificate_custom_fr.md index 86ebcd14..f5a78030 100644 --- a/certificate_custom_fr.md +++ b/certificate_custom_fr.md @@ -109,6 +109,12 @@ sudo chown root:root -R ae_certs sudo chmod 600 -R ae_certs ``` +Maintenant les certificats (les deux fichiers avec l'extension .pem) doivent être recopiés dans /etc/yunohost/certs/DOMAIN.TLD. + +```bash +cp ae_certs/*.pem ./ +``` + Rechargez la configuration de nginx pour prendre en compte le nouveau certificat. ```bash sudo service nginx reload