🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

certbot-dns-beget-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

certbot-dns-beget-api

Beget DNS plugin for Certbot

1.0.1
PyPI
Maintainers
1

Beget DNS Authenticator plugin for Certbot

Credentials

# Beget API token used by Certbot
dns_beget_api_username = username
dns_beget_api_password = password 

Examples

certbot certonly --authenticator dns-beget-api \
    --dns-beget-api-credentials ~/.secrets/certbot/beget.ini \
    --dns-beget-api-propagation-seconds 120 \
    -d domain.com -d *.domain.com
certbot certonly --authenticator dns-beget-api \
    --dns-beget-api-credentials ~/.secrets/certbot/beget.ini \
    --dns-beget-api-propagation-seconds 120 \
    -d xxx.yyy.domain.com -d *.yyy.domain.com

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