diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-03-08 10:22:03 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-03-08 10:22:03 +0000 |
commit | 93af5a4cf29fd9946ed851005edc1b7004203088 (patch) | |
tree | 3fcbcae77bfd4936130c1e9d9d4f51e50a3b941d | |
parent | 2da215cd1e0a0e8ee11effd75a66c1d3a91ed616 (diff) | |
download | fetchmail-93af5a4cf29fd9946ed851005edc1b7004203088.tar.gz fetchmail-93af5a4cf29fd9946ed851005edc1b7004203088.tar.bz2 fetchmail-93af5a4cf29fd9946ed851005edc1b7004203088.zip |
Revise --sslcommonname wording after hint from Daniel Richard G. that upstream
is usually considered an adjective, rather than a noun.
svn path=/branches/BRANCH_6-3/; revision=5168
-rw-r--r-- | fetchmail.man | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fetchmail.man b/fetchmail.man index 6e4a254c..3b1ac1f9 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -441,15 +441,15 @@ subdirectory). .TP .B \-\-sslcommonname <common name> (Keyword: sslcommonname) -Use of this option is discouraged. Before using it, contact your -upstream and ask for a proper SSL certificate to be used. If the -upstream is clueless, this option can be used to specify the name -(CommonName) that fetchmail expects on the server certificate. A -correctly configured server will have this set to the hostname by which -it is reached, and by default fetchmail will expect as much. Use this -option when the CommonName is set to some other value, to avoid the -"Server CommonName mismatch" warning, and only if the upstream can't be -made to use proper certificates. +Use of this option is discouraged. Before using it, contact the +administrator of your upstream server and ask for a proper SSL +certificate to be used. If that cannot be attained, this option can be +used to specify the name (CommonName) that fetchmail expects on the +server certificate. A correctly configured server will have this set to +the hostname by which it is reached, and by default fetchmail will +expect as much. Use this option when the CommonName is set to some other +value, to avoid the "Server CommonName mismatch" warning, and only if +the upstream server can't be made to use proper certificates. .TP .B \-\-sslfingerprint <fingerprint> (Keyword: sslfingerprint) |