From bd7b3db02b8802b3db2d1c2d93d37edf4365eebf Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 28 Dec 2004 20:56:20 +0000 Subject: Improve help (indicate which options need additional parameter). --- localmksslcerts | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'localmksslcerts') diff --git a/localmksslcerts b/localmksslcerts index d9ea2f1..7553868 100755 --- a/localmksslcerts +++ b/localmksslcerts @@ -3,7 +3,7 @@ # /usr/local/sbin/localmksslcerts # Copyright 2001-2004 Jonas Smedegaard # -# $Id: localmksslcerts,v 1.12 2004-05-05 18:24:56 jonas Exp $ +# $Id: localmksslcerts,v 1.13 2004-12-28 20:56:20 jonas Exp $ # # Generate certificates for mail (and other) servers # Based on uw-imapd-ssl post-install script @@ -24,20 +24,20 @@ Usage: $prg [--fqdn ] [...] --daemon [...] [--force] or: $prg [...] [-f] Options: - --fqdn Fully Qualified Domain Name for this host. - --cn Country Name (2 letter code) - --state State or Province Name (full name) - --loc Locality Name (eg, city) - --org Organisation/company - --ou Organisational unit/department - --daemon Daemon(s) in need for a certificate - (separate certificate is generated for each daemon) - --issuer Email address of the person responsible for the certificate - --cert Use certified host certificate - --cacert CAcert used for creating missing host certificate - --makeca Create CA certificate if missing - -f, --force Force overwriting existing certificate(s) - -h, --help This help text + --fqdn Fully Qualified Domain Name for this host. + --cn Country Name (2 letter code) + --state State or Province Name (full name) + --loc Locality Name (eg, city) + --org Organisation/company + --ou Organisational unit/department + --daemon Daemon(s) in need for a certificate + (certificate is generated for each daemon) + --issuer Email address of entity issuing certificate + --cert Use certified host certificate + --cacert Where to store host certificate if missing + --makeca Create CA certificate if missing + -f, --force Force overwriting existing certificate(s) + -h, --help This help text If issuer is not given, \"postmaster@\" is used." exit 1 -- cgit v1.2.3