Certbot Git Controller
1.8K
Simple tool that use certbot for managing Let's Encrypt certificates. It creates a webserver that listen for http-01 challenge and use a git repository as store.
Example use-case: Your frontend load-balancers are decentralized and spreads on multiple servers, your configuration is managed as a git repository. Simply proxify /.well-known/acme-challenge/ to the certbot-git-controller !
npm install -g certbot-git-controller
certbot-git-controller --gitRepository [email protected]/account/letsencrypt.git --domains github.com --domains google.com
docker run --rm -it loicmahieu/certbot-git-controller --gitRepository [email protected]/account/letsencrypt.git --domains github.com --domains google.com
Content type
Image
Digest
Size
59.2 MB
Last updated
almost 8 years ago
docker pull loicmahieu/certbot-git-controller