This project is supposed to be temporary until ITD27M01/certbot-dns-oci#10 is fixed
podman build -t certbot-dns-oci ./build-context/
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
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