Metadata-Version: 2.4
Name: certbot-haproxy
Version: 2.11.0
Summary: HAProxy plugin for Certbot
Home-page: https://code.greenhost.net/open/certbot-haproxy
Author: Greenhost BV
Author-email: lehaproxy@greenhost.net
License: Apache License 2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.8
License-File: LICENSE.txt
Requires-Dist: acme>=2.11.0
Requires-Dist: certbot>=2.11.0
Requires-Dist: importlib_resources>=1.3.1; python_version < "3.9"
Requires-Dist: python-augeas
Requires-Dist: setuptools>=41.6.0
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

This is a plugin for Certbot, it enables automatically authenticating domains and retrieving certificates. It can also restart HAProxy after new certificates are installed. However, it will not configure HAProxy because HAProxy is unlikely to be used for small/simple setups like what Apache or NginX are more likely to be used for. HAProxy configurations vary greatly, any configuration this plugin could define is most likely not applicable in your environment.
