Skip to content

bsidev/certbot-dns-ispmgr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certbot-dns-ispmgr

ISPmanager API for certbot --manual-auth-hook --manual-cleanup-hook

Install and renew Let's encrypt wildcard ssl certificate for domain *.site.com using ISPmanager API:

1) Clone this repo and set the API key

git clone https://github.com/bsidev/certbot-dns-ispmgr && cd ./certbot-dns-ispmgr && chmod +x *.sh

2) Set API KEY

Set your user name, password and host from ISPmanager:

nano ./config.sh

3) Install CertBot from git

cd ../ && git clone https://github.com/certbot/certbot && cd certbot

4) Generate wildcard

./letsencrypt-auto certonly --manual-public-ip-logging-ok --agree-tos --email [email protected] --renew-by-default -d 'site.com' -d '*.site.com' --manual --manual-auth-hook ../certbot-dns-ispmgr/authenticator.sh --manual-cleanup-hook ../certbot-dns-ispmgr/cleanup.sh --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory

5) Force Renew

./letsencrypt-auto renew --force-renew --manual --manual-auth-hook ../certbot-dns-ispmgr/authenticator.sh --manual-cleanup-hook ../certbot-dns-ispmgr/cleanup.sh --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory

About

ISPmanager API for certbot --manual-auth-hook --manual-cleanup-hook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%