acme-dns

 1 like

A simplified DNS server with a RESTful HTTP API to provide a simple way to automate ACME DNS challenges.

acme-dns screenshot 1

License model

  • FreeOpen Source

Platforms

  • Online
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  DNS Server

 Tags

acme-dns News & Activities

Highlights All activities

Recent activities

Show all activities

acme-dns information

  • Developed by

    joohoi
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Network & Admin

GitHub repository

  •  2,392 Stars
  •  258 Forks
  •  166 Open Issues
  •   Updated May 6, 2025 
View on GitHub

Our users have written 0 comments and reviews about acme-dns, and it has gotten 1 likes

acme-dns was added to AlternativeTo by Trevor Bluny on May 9, 2023 and this page was last updated May 9, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

What is acme-dns?

A simplified DNS server with a RESTful HTTP API to provide a simple way to automate ACME DNS challenges. Why?

Many DNS servers do not provide an API to enable automation for the ACME DNS challenges. Those which do, give the keys way too much power. Leaving the keys laying around your random boxes is too often a requirement to have a meaningful process automation.

Acme-dns provides a simple API exclusively for TXT record updates and should be used with ACME magic "_acme-challenge" - subdomain CNAME records. This way, in the unfortunate exposure of API keys, the effects are limited to the subdomain TXT record in question.

So basically it boils down to accessibility and security.

Official Links