Skip to content

intactio/gandi-challenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Gandi DNS Challenger for certbot

Dependencies

Setup (macOS Keychain)

security add-generic-password -a gandi-api-key -s gandi-api-key -w ${GANDI_API_KEY}

How to use

certbot certonly --manual \
    -d "*.example.com" \
    -m [email protected] \
    --agree-tos \
    --manual-public-ip-logging-ok \
    --manual-auth-hook "${REPO_PATH}/gandi-challenger/gandi.py" \
    --manual-cleanup-hook "${REPO_PATH}/gandi-challenger/gandi.py --cleanup" \
    --preferred-challenges dns-01 \
    --server https://acme-v02.api.letsencrypt.org/directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages