mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
root certificate are needed for everyone
Updated the certificate.md page because the root certificates are needed in any case now since php does not bundle them anymore.
This commit is contained in:
parent
06a3acc90c
commit
18997d07d8
1 changed files with 0 additions and 6 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue