]> Pileus Git - ~andy/fetchmail/commitdiff
Add help for --sslcertpath and --sslfingerprint.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 10 Nov 2004 00:25:46 +0000 (00:25 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 10 Nov 2004 00:25:46 +0000 (00:25 -0000)
svn path=/trunk/; revision=3990

options.c

index 32590e3f4dd239862d12c5327d349852fee2e8c0..390a0866827698507198cd7997cea1d8fdbb21e5 100644 (file)
--- a/options.c
+++ b/options.c
@@ -683,6 +683,8 @@ struct query *ctl;  /* option record to be initialized */
        P(GT_("      --ssl         enable ssl encrypted session\n"));
        P(GT_("      --sslkey      ssl private key file\n"));
        P(GT_("      --sslcert     ssl client certificate\n"));
+       P(GT_("      --sslcertpath path to ssl certificates\n"));
+       P(GT_("      --sslfingerprint fingerprint that must match that of the server's cert.\n"));
        P(GT_("      --sslproto    force ssl protocol (ssl2/ssl3/tls1)\n"));
 #endif
        P(GT_("      --plugin      specify external command to open connection\n"));