mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Strato Support? #426
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leonlatsch on GitHub (Aug 15, 2019).
Will there be any support for Strato?
@lukas2511 commented on GitHub (Aug 15, 2019):
What exactly do you mean?
@leonlatsch commented on GitHub (Aug 15, 2019):
I can't find Strato in this Document. Is it supported?
I need to renew my LetsEncrypt wildcard certificate with dns-01 challange.
@txr13 commented on GitHub (Aug 15, 2019):
Dehydrated doesn’t technically “support” any of those providers in that document. Any compliant hook script will work with dehydrated; the hook scripts listed are examples.
I don’t know if there is a hook script out there which supports Strato in a fully-automated fashion. I suspect that largely depends on what sort of API access they offer. Even failing that, you could use a semi-automated hook like email-notify-hook or manual-dns-hook and do the record updating yourself. But those would be outside of dehydrated’s scope.
@lukas2511 commented on GitHub (Aug 22, 2019):
As @txr13 said you would need (to write) a compatible hook script. Those are handled outside of the scope of dehydrated itself as there are thousands of options and I don't want to maintain all of them.