Skip to content

binary-sequence-containerized-apps/certbot-dns-oci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project is supposed to be temporary until https://github.com/ITD27M01/certbot-dns-oci/pull/10 is fixed

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published