Skip to content

Instantly share code, notes, and snippets.

@kolatat
Created September 30, 2021 18:56
Show Gist options
  • Save kolatat/2e7b5bdd47208b6fbca154718d1acdfa to your computer and use it in GitHub Desktop.
Save kolatat/2e7b5bdd47208b6fbca154718d1acdfa to your computer and use it in GitHub Desktop.
# CloudFlare
COPY ./cloudflare src/certbot-dns-cloudflare
RUN pip install --no-cache-dir --editable src/certbot-dns-cloudflare
# AWS Route53
COPY ./route53 src/certbot-dns-route53
RUN pip install --no-cache-dir --editable src/certbot-dns-route53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment