File: control

package info (click to toggle)
certipy 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: python: 1,026; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,243 bytes parent folder | download
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
38
Source: certipy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Roland Mas <lolando@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 pybuild-plugin-pyproject,
 python3-all,
 python3-flask <!nocheck>,
 python3-openssl,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/LLNL/certipy
Vcs-Git: https://salsa.debian.org/python-team/packages/certipy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/certipy

Package: python3-certipy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Utility to create and sign CAs and certificates
 A simple python tool for creating certificate authorities and certificates on
 the fly.
 .
 Certipy was made to simplify the certificate creation process. To that end,
 Certipy exposes methods for creating and managing certificate authorities,
 certificates, signing and building trust bundles. Behind the scenes Certipy:
 .
 * Manages records of all certificates it creates
   * External certs can be imported and managed by Certipy
   * Maintains signing hierarchy
 * Persists certificates to files with appropriate permissions