mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #414 from augustindo/patch-1
Gandi SHA2 intermediate_certificate link
This commit is contained in:
commit
ccec909343
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ En fonction de l’autorité d’enregistrement, des certificats intermédiaires
|
|||
> **Gandi**
|
||||
> ```bash
|
||||
> sudo wget https://www.gandi.net/static/CAs/GandiStandardSSLCA.pem -O ae_certs/intermediate_ca.pem```
|
||||
> Attention si votre certificat expire après le 01/01/2017, choisissez le certificat intermédiaire SHA2 suivant (à la place du certificat SHA1 précédent)
|
||||
> ```bash
|
||||
> sudo wget https://www.gandi.net/static/CAs/GandiStandardSSLCA2.pem -O ae_certs/intermediate_ca.pem```
|
||||
|
||||
> **RapidSSL**
|
||||
> ```bash
|
||||
|
|
Loading…
Reference in a new issue