HAProxy plugin for Let's Encrypt's Certbot
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Chris Snijder e55b4e9da7 Initial commit for new LE HAProxy 2016-07-26 18:41:07 +02:00
.gitignore Initial commit for new LE HAProxy 2016-07-26 18:41:07 +02:00
LICENSE.txt Initial commit for new LE HAProxy 2016-07-26 18:41:07 +02:00
README.rst Initial commit for new LE HAProxy 2016-07-26 18:41:07 +02:00
dev_vars Initial commit for new LE HAProxy 2016-07-26 18:41:07 +02:00
provisioning_script.sh Initial commit for new LE HAProxy 2016-07-26 18:41:07 +02:00
setup.py Initial commit for new LE HAProxy 2016-07-26 18:41:07 +02:00

README.rst

HAProxy plugin for Certbot
==========================



Contributing
------------

You need to create a virtual environment and start it, then install this plugin
as a editable package using Python setuptools. I abstracted this in the
`dev_vars` script, which you should source:

```
source dev_vars
```