[svn:qpsmtpd] r635 - branches/0.3x/plugins

[email protected] Mon, 24 Apr 2006 17:08:21 -0700 (PDT)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
Author: jpeacock
Date: Mon Apr 24 17:08:20 2006
New Revision: 635

Modified:
   branches/0.3x/plugins/tls

Log:
More descriptive POD for tls certificate support (Guillaume Filion).

Modified: branches/0.3x/plugins/tls
==============================================================================
--- branches/0.3x/plugins/tls	(original)
+++ branches/0.3x/plugins/tls	Mon Apr 24 17:08:20 2006
@@ -8,7 +8,21 @@
 
 # in config/plugins
 
-  tls ssl/cert.pem ssl/privkey.pem ssl/ca.pem
+tls [B<cert_path priv_key_path ca_path>]
+
+=over indentlevel
+
+=item B<cert_path>
+
+Path to the server certificate file. Default: I<ssl/qpsmtpd-server.crt>
+
+=item B<priv_key_path>
+
+Path to the private key file. Default: I<ssl/qpsmtpd-server.key>
+
+=item B<ca_path>
+
+Path to the certificate autority file. Default: I<ssl/qpsmtpd-ca.crt>
 
 =head1 DESCRIPTION