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: xca
Section: x11
Priority: optional
Maintainer: Thomas Ward <teward@ubuntu.com>
Build-Depends: debhelper-compat (= 12),
qtbase5-dev,
qttools5-dev,
qttools5-dev-tools,
libssl-dev,
linuxdoc-tools,
libltdl-dev,
pkg-config,
dpkg-dev (>= 1.16.1~),
autoconf,
automake,
libqt5sql5
Standards-Version: 4.5.0
Homepage: https://hohnstaedt.de/xca/
Vcs-Browser: https://salsa.debian.org/debian/xca
Vcs-Git: https://salsa.debian.org/debian/xca.git
Package: xca
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libqt5sql5-sqlite
Recommends: libqt5sql5-mysql, libqt5sql5-psql
Description: x509 Certification Authority management tool based on QT
XCA creates and manages Certificate authorities and helps the user to
create and manage keys, certificates, certificate sign requests,
certificate revocation lists etc.
.
All data is saved in an encrypted, portable database, and can be exported
in various standard formats. XCA is also available for MacOS X and
Windows systems.
.
For a good workflow, certificate templates can be defined to make the
creation of new certificates an easy task.
|