Git Product home page Git Product logo

certbot-dns-bawuenet's Introduction

certbot-dns-bawuenet

Certbot Plugin to handle DNS-01 challenges for bawue.net managed domains

Installation

pip install 'git+https://github.com/bawuenet/certbot-dns-bawuenet'

In case certbot plugins does not show the installed plugin, verify using pip show certbot-dns-bawuenet where it was installed.

If it has been installed to /usr/local/lib/python*/site-packages certbot might not find it. Either symlink to /usr/lib/python*/site-packages or reinstall using the --prefix parameter:

pip install --prefix=/usr 'git+https://github.com/bawuenet/certbot-dns-bawuenet'

Named Arguments

To start using DNS authentication for bawuenet, pass the following arguments on certbot's command line:

Option Description
--authenticator dns-bawuenet select the authenticator plugin (Required)
--dns-bawuenet-credentials FILE bawue.net credentials INI file. (Required)
--dns-bawuenet-propagation-seconds NUM waiting time for DNS to propagate before asking the ACME server to verify the DNS record. (Default: 5, Recommended: >= 600)
--dns-bawuenet-wait wait until the change is actually present in DNS which has the benefit of not having to set a large propagation delay.

Credentials

Credentials are stored in an .ini file and referenced using the --dns-bawuenet-credentials parameter.

# MyBawue credentials used by Certbot
dns_bawuenet_username = bawueuser
dns_bawuenet_password = geheim

Usage

certbot -v \
    certonly \
    --authenticator dns-bawuenet \
    --dns-bawuenet-credentials /root/bwn.ini \
    --dns-bawuenet-wait \
    -d 'test.example.net'

certbot-dns-bawuenet's People

Contributors

ixs avatar

Stargazers

 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.