mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #370 from alainsanguinetti/alainsanguinetti-ssl-certificates
Alainsanguinetti ssl certificates
This commit is contained in:
commit
862cfa78f7
2 changed files with 0 additions and 13 deletions
|
@ -72,15 +72,9 @@ Depends on the CA, intermediate certificates and root have to be downloaded.
|
|||
|
||||
Intermediate certificates and root must be merged with certificates obtained to create a unified chain certificates.
|
||||
|
||||
If you use a root certificate (Cacert):
|
||||
|
||||
```bash
|
||||
cat ae_certs/ssl.crt ae_certs/intermediate_ca.pem ae_certs/ca.pem | sudo tee crt.pem```
|
||||
|
||||
If you use only an intermediate certificate (StartSSL).
|
||||
|
||||
```bash
|
||||
cat ae_certs/ssl.crt ae_certs/intermediate_ca.pem | sudo tee crt.pem```
|
||||
|
||||
The private key have to be converted in PEM format.
|
||||
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue