certbot-dns-vultr

2.0.0 • Public • Published

Vultr DNS Authenticator plugin for Certbot

This is a certbot hook script that employs vultr-cli to enable dns challenges with Vultr

Installation

$ npm install certbot-dns-vultr -g

Usage

$ sudo certbot certonly \
--agree-tos \
--non-interactive \
--manual \
--manual-auth-hook "certbot-dns-vultr -k {YOUR_VULTR_APIKEY} auth" \
--manual-cleanup-hook "certbot-dns-vultr -k {YOUR_VULTR_APIKEY} cleanup" \
--preferred-challenges dns \
-m "{YOUR_EMAIL_ADDRESS}" \
-d "*.example.com" -d "example.com"

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i certbot-dns-vultr

    Weekly Downloads

    1

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    6.81 kB

    Total Files

    4

    Last publish

    Collaborators

    • devhun