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.
certbot-haproxy/README.rst

16 lines
305 B
ReStructuredText

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
```