Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 657 Bytes

File metadata and controls

24 lines (16 loc) · 657 Bytes

certbot-dns-oci

This project is supposed to be temporary until ITD27M01/certbot-dns-oci#10 is fixed

Build image

podman build -t certbot-dns-oci ./build-context/

Run container

Dry run

podman run --rm --name certbot-dns-oci -v ~/.oci:/root/.oci:ro certbot-dns-oci --dns-oci-profile <yourprofile> --email <youremail> --domain your.domain.com --dry-run

Request certificate

mkdir ./letsencrypt
podman run --rm --name certbot-dns-oci -v ~/.oci:/root/.oci:ro -v ./letsencrypt:/etc/letsencrypt certbot-dns-oci --dns-oci-profile <yourprofile> --email <youremail> --domain your.domain.com