Oracle Cloud infrastructure DNS Authenticator plugin for Certbot
Project description
Oracle Cloud Infrastructure DNS Authenticator plugin for Certbot
Plugin automates the process of dns-01 challenge by managing TXT records
using the Oracle Cloud Infrastructure DNS service.
Installation
pip3 install certbot-dns-oci
Arguments
| Name | Description | Default |
|---|---|---|
| --authenticator dns-oci | Select the plugin | Required |
| --dns-oci-credentials | OCI credentials config file location | ~/.oci/config |
| --dns-oci-profile | Profile name in OCI credentials config file | DEFAULT |
| --dns-oci-propagation-seconds | DNS record propagation timeout | 60 |
Credentials
--dns-oci-credentials special value instance_principal switches
certbot to use the instance principal for OCI authentication,
please, read the documentation about the feature.
Your dynamic group must be able to read dns-zones in compartment and
manage dns-records.
In other cases, plugin requires the
OCI credentials configuration file,
which is ~/.oci/config by default. You can specify the profile to load
(usually DEFAULT)
Example
certbot certonly --email user@example.com \
--authenticator dns-oci -d www.example.com --dry-run
Requirements
oci
certbot
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file certbot_dns_oci-0.3.5-py2.py3-none-any.whl.
File metadata
- Download URL: certbot_dns_oci-0.3.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce0f3cd6b6bf0b7f0fd6481ca959e827ebd1ee83ee1bbc69cd6523af89c71b99
|
|
| MD5 |
b7728af0ebc716787109e8902af406d4
|
|
| BLAKE2b-256 |
309359afb90eae69e3c924476099c3e6f993bd4bfe8c21d00525ce60dc2b0acc
|