1.4.1 • Published 6 years ago

certbot-git-controller v1.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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 git@github.com/account/letsencrypt.git --domains github.com --domains google.com

Usage via docker

docker run --rm -it loicmahieu/certbot-git-controller --gitRepository git@github.com/account/letsencrypt.git --domains github.com --domains google.com
1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.1.1

6 years ago