Last updated:
0 purchases
certbotdnsnodeup 1.1.7
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
Obtain a NodeUp API token (see Nodeup API Settings)
Install the plugin using pip install certbot-dns-nodeup
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.
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.