Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
docpublic:systemes:acme_auto [2021/11/08 21:32] adminjp [ACME] |
docpublic:systemes:acme_auto [2021/12/27 21:17] (current) adminjp [clé DDNS API gandi] |
===== ACME ==== | ===== ACME DNS-01 ==== |
| |
Demonstration de l'usage de l'API LiveDNS de Gandi pour generer automatiquement une validation de requete de certificat au travers d'un defis (challenge) ACME de type DNS-01 . | Demonstration de l'usage de l'API LiveDNS de Gandi pour generer automatiquement une validation de requete de certificat au travers d'un defis (challenge) ACME de type DNS-01 . |
* https://api.gandi.net/docs/ | * https://api.gandi.net/docs/ |
* https://api.gandi.net/docs/livedns/ | * https://api.gandi.net/docs/livedns/ |
| |
| Générer une clé API sur https://account.gandi.net/fr/ dans l'onglet Sécurité |
| |
[root@vps ~]# export GANDI_LIVEDNS_KEY="SECRETSECRETKEY" | [root@vps ~]# export GANDI_LIVEDNS_KEY="SECRETSECRETKEY" |
* https://www.howtoforge.com/getting-started-with-acmesh-lets-encrypt-client/ | * https://www.howtoforge.com/getting-started-with-acmesh-lets-encrypt-client/ |
* https://www.palabritudes.net/2018/03/11/certbot-challenge-dns-gandi-ovh.html | * https://www.palabritudes.net/2018/03/11/certbot-challenge-dns-gandi-ovh.html |
| * https://www.heelpbook.net/2021/getting-lets-encrypt-certificate-using-dns-01-challenge-with-acme-dns-certbot-joohoi-or-acme-sh/ |
* https://smallstep.com/blog/the-embarrassing-state-of-enterprise-acme/ | * https://smallstep.com/blog/the-embarrassing-state-of-enterprise-acme/ |
| |