1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: python-django-x509
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/openwisp/django-x509/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-x509
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-x509.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-django-x509
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: x509 PKI certificates management for Django (Python3 version)
Simple reusable django app implementing x509 PKI certificates management.
.
Features:
* CA generation
* Import existing CAs
* End entity certificate generation
* Import existing certificates
* Certificate revocation
* CRL view (public or protected)
* Possibility to specify x509 extensions on each certificate
* Random serial numbers based on uuid4 integers
.
This package contains the Python 3 version of the library.
|