Certbot DNS authenticator for Google Domains
Project description
certbot-dns-google-domains
A Certbot DNS Authenticator for Google Domains.
Named Arguments
Option | Description |
---|---|
--authenticator dns-google-domains |
Select this authenticator plugin. |
--dns-google-domains-credentials FILE |
Path to the INI file with credentials. |
--dns-google-domains-propagation-seconds INT |
How long to wait for DNS changes to propagate. Default = 30s. |
--dns-google-domains-zone STRING |
What the registered domain on Google domains is. Default: Retrieved from either the credentials file, or by using the public suffix list to guess. |
Credentials
The credentials file includes the access token for Google Domains.
dns_google_domains_access_token = abcdef
Optionally, you can also define the zone in this file.
dns_google_domains_access_token = abcdef
dns_google_domains_zone = example.com
Usage Example
Docker / Podman
docker run \
-v '/var/lib/letsencrypt:/var/lib/letsencrypt' \
-v '/etc/letsencrypt:/etc/letsencrypt' \
--cap-drop=all \
ghcr.io/aaomidi/certbot-dns-google-domains:latest \
certbot certonly \
--authenticator 'dns-google-domains' \
--dns-google-domains-credentials '/var/lib/letsencrypt/dns_google_domains_credentials.ini' \
--server 'https://acme-v02.api.letsencrypt.org/directory' \
--non-interactive \
--dns-google-domains-zone 'example.com' \
-d 'a.example.com'
Notes:
-v '/var/lib/letsencrypt:/var/lib/letsencrypt'
is where certbot by default outputs certificates, keys, and account information.-v '/etc/letsencrypt:/etc/letsencrypt'
is where certbot keeps its configuration.--authenticator 'dns-google-domains'
uses the dns-google-domains authenticator.--dns-google-domains-credentials '/var/lib/letsencrypt/dns_google_domains_credentials.ini'
is the path to the credentials file.--dns-google-domains-zone 'example.com'
is the main domain you have registered with Google domains. This is optional.- To ensure successful execution, this command requires you to intentionally provide both the --email and --agree-tos arguments. The command does not include them by default, as it is important for users to consciously agree to the terms of service and supply their email address.
Python
You can get the certbot-dns-google-domains
package from PyPi:
pip3 install certbot certbot-dns-google-domains
certbot certonly \
--authenticator 'dns-google-domains' \
--dns-google-domains-credentials '/var/lib/letsencrypt/dns_google_domains_credentials.ini' \
--server 'https://acme-v02.api.letsencrypt.org/directory' \
--dns-google-domains-zone 'example.com' \
-d 'a.example.com'
Note: If you have installed Certbot from a non-pip3 source, the certbot-dns-google-domains plugin might not be compatible with your existing Certbot installation. In this case, consider using pip3 to install Certbot and its plugins to ensure compatibility.
Homebrew
brew install certbot
$(brew --prefix certbot)/libexec/bin/pip3 install certbot-dns-google-domains
Notes on Zone Resolution
Google Domains does not provide an API to obtain the zone for a domain based on a subdomain. This plugin employs the following logic to determine the zone:
- If the
--dns-google-domains-zone
argument is specified, use that. - If the credentials file specifies a zone, use that.
- Utilize the Public Suffix List to determine the zone.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file certbot_dns_google_domains-0.1.11.tar.gz
.
File metadata
- Download URL: certbot_dns_google_domains-0.1.11.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.7.16 Linux/5.15.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebd09a26b282ca0b1e277d43d867b6c516f611b0bd7845a62aed6961e01e4edb |
|
MD5 | 4e73c263e0981b551e6d96f79f58fb2d |
|
BLAKE2b-256 | 2df7639b9c8d197ebef21e65eaff29fdf965fbaf78a05d40d69fe45cb6573744 |
File details
Details for the file certbot_dns_google_domains-0.1.11-py3-none-any.whl
.
File metadata
- Download URL: certbot_dns_google_domains-0.1.11-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.7.16 Linux/5.15.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ecb6aaa367da284538283ac0e0acbb1fd751ab69c5935fe3d7aa089a79bf817 |
|
MD5 | 50a2c7b44726d98d2f3c419b359132cb |
|
BLAKE2b-256 | d9504f74dccfeac312ff0afb767958687f7c302f50db67e195f1f71f1e44fce9 |