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
|
Source: gnomint
Section: gnome
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
intltool,
libgcrypt20-dev,
libgnutls28-dev,
libgtk-3-dev,
libreadline-dev,
libsqlite3-dev,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: http://gnomint.sourceforge.net/
Package: gnomint
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: X.509 Certification Authority management tool for GNOME
gnoMint is a tool for easily creating and managing certification authorities.
It provides fancy visualization of all the pieces of information that pertain
to a CA, such as X.509 certificates, CSRs, and CRLs.
.
gnoMint is currently capable of managing a CA that emits certificates that are
able to authenticate people or machines in VPNs (IPSec or other protocols),
secure HTTP communications with SSL/TLS, authenticate and cipher HTTP
communications through Web-client certificates, and sign or crypt email
messages.
|