diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 23:47:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 23:47:17 +0000 |
commit | e5add27dcd8db707209b93dbb742ac0b73a027a0 (patch) | |
tree | aa5cc83c6b2bb7b479576a94e01b30016d586dea /security/xca | |
parent | 3f9395d5998ece19534fc47493b98bfb0a00793b (diff) |
Notes
Diffstat (limited to 'security/xca')
-rw-r--r-- | security/xca/pkg-descr | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/xca/pkg-descr b/security/xca/pkg-descr index 49f6e509d47a..bfce09749603 100644 --- a/security/xca/pkg-descr +++ b/security/xca/pkg-descr @@ -1,9 +1,8 @@ -Graphical certification authority is an interface for managing -RSA keys and certificates, and the creation and signing of PKCS#10 requests. -It uses the OpenSSL library and a Berkeley DB for key and certificate storage. -It supports importing and exporting keys and PEM DER PKCS8 certificates, -signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. +Graphical certification authority is an interface for managing +RSA keys and certificates, and the creation and signing of PKCS#10 requests. +It uses the OpenSSL library and a Berkeley DB for key and certificate storage. +It supports importing and exporting keys and PEM DER PKCS8 certificates, +signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. -Author: Christian Hohnstaedt <christian@hohnstaedt.de> WWW: http://www.hohnstaedt.de/xca.html |