Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dns challenge #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 19, 2020

  1. Add support for dns challenge

    Since there is no single interface for administrating DNS servers a custom
    script (specified with --challenge-script) is called by acme_tiny.py. The
    script needs to support the following interface:
    
      challenge_script (--add|--remove) --domain DOMAIN TXTRECORD
    
      --add - add a TXT record
      --remove - remove a TXT record
      --domain DOMAIN - specify a domain name
      TXTRECORD - value of a TXT record to be added or removed
    steelman committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    bf14a7a View commit details
    Browse the repository at this point in the history