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