Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

ReseauEntourage/certbot-dns-01-authenticators

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Derived from sblaisot/certbot-dns-01-authenticators

This fork fixes a few issues we met for our use-case:

  • compatibility with python 2 for use with the certbot/certbot Docker image
  • works with multiple domains (e.g. base domain AND wildcard subdomains)

Example usage

docker run -it --rm \
    --name certbot \
    --volume /etc/letsencrypt:/etc/letsencrypt \
    --volume /var/lib/letsencrypt:/var/lib/letsencrypt \
    --volume "$(pwd)/gandi-livedns:/gandi-livedns" \
  certbot/certbot certonly \
    --manual \
    --manual-auth-hook /gandi-livedns/auth.py \
    --manual-cleanup-hook /gandi-livedns/cleanup.py \
    --domains example.com,*.example.com

or see certbot.sh which is a (work in progress) wrapper.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.4%
  • Shell 17.6%