Skip to main content

ClouDNS DNS Authenticator plugin for Certbot

Project description

The ~certbot_dns_clounds.dns_cloudns plugin automates the process of completing a dns-01 challenge (~acme.challenges.DNS01) by creating, and subsequently removing, TXT records using the ClouDNS API.

Named Arguments

--dns-cloudns-credentials

ClouDNS credentials INI file. (Required)

--dns-cloudns-propagation-seconds

The number of seconds to wait for DNS to propagate before asking the ACME server to verify the DNS record. (Default: 60)

Credentials

Use of this plugin requires a configuration file containing the ClouDNS API credentials.

# Target user ID (see https://www.cloudns.net/api-settings/)
dns_cloudns_auth_id=1234
# Alternatively, one of the following two options can be set:
# dns_cloudns_sub_auth_id=1234
# dns_cloudns_sub_auth_user=foobar

# API password
dns_cloudns_auth_password=password1

The path to this file can be provided interactively or using the --dns-cloudns-credentials command-line argument. Certbot records the path to this file for use during renewal, but does not store the file’s contents.

Certbot will emit a warning if it detects that the credentials file can be accessed by other users on your system. The warning reads “Unsafe permissions on credentials configuration file”, followed by the path to the credentials file. This warning will be emitted each time Certbot uses the credentials file, including for renewal, and cannot be silenced except by addressing the issue (e.g., by using a command like chmod 600 to restrict access to the file).

Examples

certbot certonly \
  --dns-cloudns \
  --dns-cloudns-credentials ~/.secrets/certbot/cloudns.ini \
  -d example.com
certbot certonly \
  --dns-cloudns \
  --dns-cloudns-credentials ~/.secrets/certbot/cloudns.ini \
  -d example.com \
  -d www.example.com
certbot certonly \
  --dns-cloudns \
  --dns-cloudns-credentials ~/.secrets/certbot/cloudns.ini \
  --dns-cloudns-propagation-seconds 30 \
  -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-cloudns-0.1.0.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

certbot_dns_cloudns-0.1.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file certbot-dns-cloudns-0.1.0.tar.gz.

File metadata

  • Download URL: certbot-dns-cloudns-0.1.0.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.9.1 Darwin/19.6.0

File hashes

Hashes for certbot-dns-cloudns-0.1.0.tar.gz
Algorithm Hash digest
SHA256 35a73ad570c5b2b556b3cf7c5cc7d22d8281b1426f7ca58cc482f54dd6a24a71
MD5 ae6f91caac4f050cc57a6226fa11cb2a
BLAKE2b-256 0b8d2a7cae7c2983bf060135606556a1821e261c71edbe2ed96c203ba565d4ab

See more details on using hashes here.

File details

Details for the file certbot_dns_cloudns-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for certbot_dns_cloudns-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f6b715113a14acf77c32948151e79a6b5bb3745e623e8382011a9d57cfeecfea
MD5 d98b20498f2c1e06ffd0b85cc52259d4
BLAKE2b-256 58b6e8e45693faf4045f10a86709227745cfa4a6ccaabbaafa7d852738895425

See more details on using hashes here.

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