Skip to main content

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

Plugin requires the OCI credentials configuration file which location is ~/.oci/config by default. You can specify which profile to load in the case of multiple profiles with different values. By default the DEFAULT profile is loaded.

--dns-oci-credentials accepts instance_principal value which switches certbot to use instance principal for OCI authentication, please read the documentation about it. At least your dynamic group must be able to read dns-zones in compartment and manage dns-records.

Example

certbot certonly --email user@example.com \
                 --authenticator dns-oci -d www.example.com --dry-run

Requirements

oci
certbot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

certbot_dns_oci-0.3.3-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

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