Let's encrypt DNS challenge Hostinger server #1518
Unanswered
marcio-ota
asked this question in
Add-ons
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What type of request is this?
Enhancement to existing add-on
Existing add-on name
Let's Encrypt
Describe the add-on or add-on enhancement
dynamic DNS updates on Hostinger server by API:
curl https://developers.hostinger.com/api/dns/v1/zones/ota.net.br \ --request PUT \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer API_KEY' \ --data '{ "overwrite": true, "zone": [ { "name": "DNS_KEY", "records": [ { "content": "DNS_TXT" } ], "ttl": 300, "type": "TXT" } ] }'Use cases
Allow the use of an SSL certificate using DNS challenge on Hostinger servers.
Upstream project
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions