Sign inSign up

loicmahieu/certbot-git-controller

By loicmahieu

Updated almost 8 years ago

Certbot Git Controller

Image
0

1.8K

loicmahieu/certbot-git-controller repository overview

certbot-git-controller

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 !

Usage
npm install -g certbot-git-controller
certbot-git-controller --gitRepository [email protected]/account/letsencrypt.git --domains github.com --domains google.com
Usage via docker
docker run --rm -it loicmahieu/certbot-git-controller --gitRepository [email protected]/account/letsencrypt.git --domains github.com --domains google.com

Tag summary

Content type

Image

Digest

Size

59.2 MB

Last updated

almost 8 years ago

docker pull loicmahieu/certbot-git-controller