Metadata-Version: 2.1
Name: certbot-django4
Version: 0.3.5
Summary: Full-stack Django / LetsEncrypt / Certbot Integration
Home-page: https://github.com/MrP01/certbot-django
Author: Craig Weber
Author-email: crgwbr@gmail.com
License: ISC
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Provides-Extra: coordinator
Provides-Extra: development

==============
Certbot Django
==============

|  |license| |kit| |format|

This is a fork of the combined plugin for the certbot ACME client and also a Django-app for proving ACME challenges.

This updated version aims to provide support for django 4 and onwards as well.

When creating the "certbot" user that adds the ACME challenges on the server,
note that you must explicitly add the ACMEChallenge permissions in the django admin.
The user "certbot" also needs to be staff.
Just having him as an admin is not enough.

**Original package Documentation**: https://certbot-django.readthedocs.io


.. |license| image:: https://img.shields.io/pypi/l/certbot-django.svg
    :target: https://pypi.python.org/pypi/certbot-django4
.. |kit| image:: https://badge.fury.io/py/certbot-django.svg
    :target: https://pypi.python.org/pypi/certbot-django4
.. |format| image:: https://img.shields.io/pypi/format/certbot-django.svg
    :target: https://pypi.python.org/pypi/certbot-django4


