You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Lukas Schauer's dehydrated has support for external dns tools to enable "ACME DNS challenge" for the many situations where http challenge is problematic. Generally it just runs a command with parameters specifying the FQDN and magic value that need to be setup as a TXT dns record and then a cleanup after letsencrypt is done verifying. It would be super-cool you used the same 'protocol' so that existing tools work out-of-the-box. See: https://github.com/lukas2511/dehydrated/blob/master/docs/dns-verification.md
dehydrated works but since it is written in BASH is sensitive to many platform issues and has a lot of dependencies on various unix/linux tools.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lukas Schauer's dehydrated has support for external dns tools to enable "ACME DNS challenge" for the many situations where http challenge is problematic. Generally it just runs a command with parameters specifying the FQDN and magic value that need to be setup as a TXT dns record and then a cleanup after letsencrypt is done verifying. It would be super-cool you used the same 'protocol' so that existing tools work out-of-the-box. See: https://github.com/lukas2511/dehydrated/blob/master/docs/dns-verification.md
dehydrated works but since it is written in BASH is sensitive to many platform issues and has a lot of dependencies on various unix/linux tools.
The text was updated successfully, but these errors were encountered: