Oracle Cloud infrastructure DNS Authenticator script for LEGO
Project description
Oracle Cloud infrastructure DNS Authenticator script for LEGO
https://go-acme.github.io/lego/dns/exec/
Script automates the process of dns-01 challenge by managing TXT records using the Oracle Cloud Infrastructure
DNS service.
Why?
This package provides simple ocilego utility to being executed by lego in acme_certificate
terraform resource. Native oraclecloud provider is difficult to use because of uncommon authentication
variables: https://github.com/go-acme/lego/issues/1380
Installation
pip3 install oci-lego-exec
Usage
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "exec"
config = {
"EXEC_PATH" = "ocilego"
}
}
}
Requirements
oci
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
oci-lego-exec-0.1.1.tar.gz
(5.9 kB
view details)
File details
Details for the file oci-lego-exec-0.1.1.tar.gz.
File metadata
- Download URL: oci-lego-exec-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a03fcd0cb0010d3c93a653cdc56e756b3dc0c58954677cca3323d71255ffbc9a
|
|
| MD5 |
c1b6cc3c413a86529d5c5c54ffb3102e
|
|
| BLAKE2b-256 |
2fdfadbe72f28e7973616a48bf4aff324f898073a4269fd2427e616f9423b8d4
|