summaryrefslogtreecommitdiff
path: root/localmksslcerts
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-12-28 20:56:20 +0000
committerJonas Smedegaard <dr@jones.dk>2004-12-28 20:56:20 +0000
commitbd7b3db02b8802b3db2d1c2d93d37edf4365eebf (patch)
tree2e80e9dd0414027fa02687598c7893838cf06f84 /localmksslcerts
parent0f0ab9d4f45f81b6fba030b4880dd5fd2975ed9c (diff)
Improve help (indicate which options need additional parameter).
Diffstat (limited to 'localmksslcerts')
-rwxr-xr-xlocalmksslcerts30
1 files changed, 15 insertions, 15 deletions
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 <dr@jones.dk>
#
-# $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 <FQDN>] [...] --daemon <daemon> [...] [--force]
or: $prg <daemon> [<daemon>...] [-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 <FQDN> Fully Qualified Domain Name for this host.
+ --cn <country> Country Name (2 letter code)
+ --state <state> State or Province Name (full name)
+ --loc <locality> Locality Name (eg, city)
+ --org <organisation> Organisation/company
+ --ou <department> Organisational unit/department
+ --daemon <daemon> Daemon(s) in need for a certificate
+ (certificate is generated for each daemon)
+ --issuer <issuer> Email address of entity issuing certificate
+ --cert Use certified host certificate
+ --cacert <file> 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@<localdomain>\" is used."
exit 1