Source: newpki-server
Section: non-US/contrib
Priority: optional
Maintainer: Thomas Dupouy <moz@gmx.fr>
Build-Depends: debhelper (>= 4.0.0), libssl0.9.7-dev, newpki-lib, libldap2-dev, libmysqlclient-dev
Standards-Version: 3.6.0

Package: newpki-server
Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends}, newpki-lib, libssl0.9.7, libldap2, libmysqlclient12
Recommends: newpki-client (= 2.0.0), mysql-server (>= 4.0.16-2)
Description: PKI based on the OpenSSL low-level API (server package)
 Public Key Infrastructure (PKI) are designed to manage certificates
 on a long term. All the data are handled through a MySQL database, 
 which provides a much more flexible PKI than with OpenSSL, such as 
 seeking a certificate with a search engine.
 .
 The actual version is able to handle multiple Certificate Authorities
 in one server, to publish a certificate request from a Certificate
 Signing Request, to certify a request, to revoke a certificate and to 
 manage one or more Certificate Revocation Lists. It also able to search
 for the waiting requests or certificates, to respond to OCSP requests
 and to seek in and publish to LDAP Directory.
 .
 Homepage: http://www.newpki.org/
