From e1f58941f5a77e0e4bd22301db60eae1582807e3 Mon Sep 17 00:00:00 2001 From: phloggu Date: Thu, 3 Dec 2020 03:45:02 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 9c9a8e9..a96e7ed 100644 --- a/Home.md +++ b/Home.md @@ -50,13 +50,15 @@ If you would like to use dehydrated, the community has already created many hook - [Vultr DNS](https://github.com/ttalle/dehydrated-vultr-hook) - Bash hook script using curl and jq to manage DNS records - [Wedos WAPI hook (bash script)](https://github.com/mrhackcz/wedos-hook) - Bash script using curl and jq to create dns-01 challenge on [Wedos WAPI](https://hosting.wedos.com/) +## nsupdate (RFC2136) +- [nsupdate (bash script)](https://github.com/lukas2511/letsencrypt.sh/wiki/example-dns-01-nsupdate-script) +- nsupdate based bash script: [letsencrypt_acme_dns-01_challenge_hook v0.0.9](https://ente.limmat.ch/ftp/pub/software/bash/letsencrypt/) - hook script using nsupdate to publish challenge in bind, verifies the published challenge has propagated to all name servers. GNU userland only. Latest release 2020-01-24. + ## Manual - [Manual update (bash script)](https://github.com/gheja/dns-01-manual) - hook for updating DNS zone by hand (non-automated way) - [Advanced manual update (bash script)](https://github.com/owhen/dns-01-manual) - hook for updating DNS zone by hand (non-automated way) - [manual-dns-hook (ruby) - interactive hook for DNS providers that do not provide an API or dynamic DNS support](https://github.com/jbjonesjr/letsencrypt-manual-hook) -- [nsupdate (bash script)](https://github.com/lukas2511/letsencrypt.sh/wiki/example-dns-01-nsupdate-script) - [email-notify-hook (bash script)](https://github.com/bennettp123/letsencrypt.sh-email-notify-hook) - semi-automated email notifier for use with DNS providers that do not provide an API or dynamic DNS support -- nsupdate based bash script: [letsencrypt_acme_dns-01_challenge_hook v0.0.9](https://ente.limmat.ch/ftp/pub/software/bash/letsencrypt/) - hook script using nsupdate to publish challenge in bind, verifies the published challenge has propagated to all name servers. GNU userland only. Latest release 2020-01-24. ## Hooks - [dehydrated-bigip-ansible (bash scripts + Ansible playbooks)](https://equatetechnologies.github.io/dehydrated-bigip-ansible/) - Provides hooks for HTTP-01 challenge validation on F5 BIG-IP appliances as well as deploy_cert() solution for deployment (and manual redeployment) of traffic and management interface certs. Uses Ansible for all communication with F5 BIG-IP appliances.