mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update certificate.md
This commit is contained in:
parent
62200407a7
commit
f724ce27a0
1 changed files with 2 additions and 2 deletions
|
@ -72,12 +72,12 @@ 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 (StartSSL) :
|
||||
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.
|
||||
If you use only an intermediate certificate (StartSSL).
|
||||
|
||||
```bash
|
||||
cat ae_certs/ssl.crt ae_certs/intermediate_ca.pem | sudo tee crt.pem```
|
||||
|
|
Loading…
Add table
Reference in a new issue