Coder Social home page Coder Social logo

acme-dns-pdns's Introduction

acme-dns-pdns

This is the PowerDNS-compatible server part of acme-dns-client. It expects to be run behind a reverse proxy which verifies the certificates and sets the client certificate DN into a header.

The ACL system works by allowing a DN (key of the dict) to request ceritificates for a list of names (the value) or a list consisting of the single element * which allows fetching certificates for all names.

After the record was changed, the secondaries are notified and the server waits for replication.

Requirements

Debian 11

Role Variables

Name Default / Mandatory Description
acme_server_listen_host 127.0.0.1 The host to listen on
acme_server_listen_port 8000 The port to listen on
acme_server_dn_header X-Client-DN The header containing the DN of the client
acme_server_pdns_host 127.0.0.1:8053 The host and port where the PowerDNS API resides
acme_server_dig_host 127.0.0.1 The host to ask the initial dig question for verifying whether the record is successfully replicated
acme_server_acls {} DN-Hostnames mapping of ACLs for this server

Example Playbook

- hosts: dns
  roles:
    - role: acme-dns-pdns
      acme_server_acls:
        CN=imap.example.com:
          - imap.example.com
          - *.imap.example.com
        CN=anotherhost.example.com:
          - '*'

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Author Information

acme-dns-pdns's People

Contributors

dasj avatar haslersn avatar scriptkiddi avatar sf2311 avatar slothofanarchy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.