mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
CA pour tout le monde
We need the root CA in any case, even on the French page.
This commit is contained in:
parent
18997d07d8
commit
41ca0a9f57
1 changed files with 0 additions and 7 deletions
|
@ -72,16 +72,9 @@ En fonction de l’autorité d’enregistrement, des certificats intermédiaires
|
|||
|
||||
Les certificats intermédiaires et root doivent être réunis avec le certificat obtenu pour créer une chaîne de certificats unifiés.
|
||||
|
||||
En cas d’utilisation d’un certificat racine (Cacert) :
|
||||
|
||||
```bash
|
||||
cat ae_certs/ssl.crt ae_certs/intermediate_ca.pem ae_certs/ca.pem | sudo tee crt.pem```
|
||||
|
||||
En cas d’utilisation du certificat intermédiaire seulement (StartSSL).
|
||||
|
||||
```bash
|
||||
cat ae_certs/ssl.crt ae_certs/intermediate_ca.pem | sudo tee crt.pem```
|
||||
|
||||
La clé privée doit être, elle, convertie au format pem.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue