Skip to content

rabb13/certibot-gandi-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certbot hook gandi

Simple gandi api v5 hook for Certbot certificate

Usage

CLI:

GANDI_API_KEY="my_gandi_api_key" certbot certonly \
 --manual --manual-auth-hook gandi.hook \
 --manual-cleanup-hook gandi_clean.hook \
 --preferred-challenges=dns \
 --email [email protected] \
 --server https://acme-v02.api.letsencrypt.org/directory \
 --agree-tos \
 -d example.com -d *.example.com

Optionally update the variables in run.sh:

./run.sh

Cron example:

0 1 * * * /path/to/run.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages