Skip to content

next layer DNS Authenticator plugin for Certbot. Can be directly installed via pip.

Notifications You must be signed in to change notification settings

woodychuck/certbot-nextlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certbot-nextlayer

next layer 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

pip install --upgrade certbot # optional
pip install certbot-nextlayer

Verify:

$ certbot plugins --text

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* certbot-nextlayer
Description: Obtain certificates using a DNS TXT record by using nextlayer DNS
API.
Interfaces: IAuthenticator, IPlugin
Entry point: certbot-nextlayer = certbot_nextlayer.nextlayer_dns:Authenticator

...
...

Configuration

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

certbot_nextlayer_api_key=abcdefghijklmnop

Usage

certbot --authenticator certbot-nextlayer --certbot-nextlayer-credentials ~/nldns-credentials.ini certonly -d nextlayer.at

About

next layer DNS Authenticator plugin for Certbot. Can be directly installed via pip.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages