.TH newpki-server 1 "17 April 2004" "newpki-server 2.0.0" .SH NAME newpki-server \- a PKI based on the OpenSSL low-level API .SH USAGE .B newpki-server -config configfile [ -user username ] [ -detach ] [ -pidfile file] [ -version ] .SH SYNOPSIS .B newpki-server .RB \-config .IR configfile .RB \-user .IR username .RB \-detach .RB \-pidfile .IR file .RB \-version .SH DESCRIPTION The .IR newpki-server is a PKI based on the OpenSSL low-level API, all the datas are handled through a database, which provides a much more flexible PKI than with OpenSSL, such as seeking a certificate with a search engine. There is an SQL abstraction layer, the one provided is for a MySQL database. .SH OPTIONS .TP 12 .BI \-config " configfile" Set the path to the configuration file. .TP .BI \-user " username" Set the user name under which .B newpki-server is to run. .TP .BI \-detach The server should detach from the console. .TP .BI \-pidfile " file" Set the path to a file in which .B newpki-server will write its pid. .TP .BI \-version Print the current version of .B newpki-server and exit. .SH FILES .TP 2.2i .I /etc/newpki/config.conf .B newpki-server configuration file .TP .I /usr/bin/newpki-server Server executable .SH "SEE ALSO" newpki-client(1) .P For more information please refer to the NewPKI reference manual, which may already be installed locally and which is also available online at http://www.newpki.org .SH BUGS Please refer to http://www.newpki.org to report bugs. .SH AUTHOR Ver 2.0.0 Frederic Giudicelli (info@newpki.org) This software comes with no warranty. Manual page by Thomas Dupouy (moz@gmx.fr) .\" end of man page