Socket
Book a DemoInstallSign in
Socket

certbot-dns-dynu

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

certbot-dns-dynu

Dynu DNS Authenticator plugin for Certbot

0.0.6.post2502111739272536
pipPyPI
Maintainers
2

certbot-dns-dynu

Dynu DNS Authenticator plugin for Certbot.

This plugin is built from the ground up and follows the development style and life-cycle of other certbot-dns-* plugins found in the Official Certbot Repository.

Installation

  • Install

    pip install --upgrade certbot
    pip install certbot-dns-dynu
    
  • Verify

    $ certbot plugins --text
    
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    * dns-dynu
    Description: Obtain certificates using a DNS TXT record (if you are using Dynu
    for DNS.)
    Interfaces: Authenticator, Plugin
    Entry point: dns-dynu = certbot_dns_dynu.dns_dynu:Authenticator
    
    ...
    ...
    

Configuration

  • The credentials file e.g. ~/dynu-credentials.ini should look like this:

    dns_dynu_auth_token = AbCbASsd!@34
    

Usage

  • Command line args for certbot

    certbot ... \
    --authenticator dns-dynu  \
    --dns-dynu-credentials ~/dynu-credentials.ini \
    ...
    
  • Example

    certbot certonly \
    --authenticator dns-dynu --dns-dynu-credentials ./test/dynu-credentials.ini
    

FAQ

Development

Local

  • Create a virtual env, install the plugin (editable mode), spawn the environment and run the test:

    python3 -m venv .venv
    . .venv/bin/activate
    python -m pip install --upgrade pip
    pip install -e .
    ./test/run_certonly.sh <action> "<domain> " "<email>"
    

Dev Container

  • Install ms-vscode-remote.remote-containers plugin in vscode
  • Press Ctrl + Shift + p or Cmd + Shift + p
  • Type Reopen in Container
  • Select the option from Dev Container
  • vscode will pull all the required dependencies and setup the environment for development

License

Copyright (c) 2021 Bikramjeet Singh

Credits

PowerDNS

dns-lexicon

DNS Plugin list

acme.sh

dynu with acme.sh

dynu api

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.