diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-11-10 00:25:46 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-11-10 00:25:46 +0000 |
commit | 29199c08cd359ef2ef24eb08f1f983c6ba76e4db (patch) | |
tree | 89fcf6a373de703cd69e04c17697e77de324df31 /options.c | |
parent | 48ebbdf64016d0a2bdd672f8e2d7b046aadc2220 (diff) | |
download | fetchmail-29199c08cd359ef2ef24eb08f1f983c6ba76e4db.tar.gz fetchmail-29199c08cd359ef2ef24eb08f1f983c6ba76e4db.tar.bz2 fetchmail-29199c08cd359ef2ef24eb08f1f983c6ba76e4db.zip |
Add help for --sslcertpath and --sslfingerprint.
svn path=/trunk/; revision=3990
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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")); |