mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #990 from yunohost-bot/anonymous-2019-05-07_03-48-51
[Anonymous contrib] Ajout dun paragraphe après la modification des droits des fichiers .pem
This commit is contained in:
commit
b48b04ecff
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@ sudo chown root:root -R ae_certs
|
||||||
sudo chmod 600 -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.
|
Rechargez la configuration de nginx pour prendre en compte le nouveau certificat.
|
||||||
```bash
|
```bash
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
|
|
Loading…
Reference in a new issue