Skip to main content

nodeup DNS Authenticator plugin for Certbot

Project description

Certbot plugin for authentication using Nodeup API

This is a plugin for Certbot that uses the Nodeup API to allow Nodeup customers to prove control of a domain name.

Usage

  1. Obtain a NodeUp API token (see Nodeup API Settings)

  2. Install the plugin using pip install certbot-dns-nodeup

  3. Create a nodeup.ini config file with the following contents and apply chmod 600 nodeup.ini on it:

    # Nodeup API credentials used by Certbot
    dns_nodeup_api_token = TOKEN
    
    

    Replace TOKEN with your Nodeup API token and ensure permissions are set to disallow access to other users.

  4. Run certbot and direct it to use the plugin for authentication and to use the config file previously created:

    certbot certonly -a dns-nodeup --dns-nodeup-credentials nodeup.ini -d example.com
    

    Wildcard

    certbot certonly -a dns-nodeup --dns-nodeup-credentials nodeup.ini -d \*.example.com
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

certbot-dns-nodeup-1.1.7.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

certbot_dns_nodeup-1.1.7-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page