]> Pileus Git - ~andy/fetchmail/commitdiff
Manual page: Add "-md5" to "openssl x509" example in --sslfingerprint
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 18 Dec 2005 10:05:10 +0000 (10:05 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 18 Dec 2005 10:05:10 +0000 (10:05 -0000)
documentation.  Suggested by Jason White.
(Merged from trunk.)

svn path=/branches/BRANCH_6-3/; revision=4553

NEWS
fetchmail.man

diff --git a/NEWS b/NEWS
index d76f938de0fba3843db0730aabe02d57d0605d1e..da714666ad1b2cd53c2400b451a9d01a4d835b9e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ fetchmail 6.3.1 (not yet released):
 * Preserve error conditions across postconnect script.  Sunil Shetye. (MA)
 * Do not trash destination domain if multiple messages are forwarded into the
   same SMTP/LMTP connection. Reported by Joachim Feise, Berlios Bug #5849. (MA)
+* Manual page: Add "-md5" to "openssl x509" example in --sslfingerprint
+  documentation.  Suggested by Jason White. (MA)
 
 fetchmail 6.3.0 (released 2005-11-30):
 
index 925ca793173e1a0d92f793ae389cafe25e7faabe..de3975c188864f9d13c49af8df69e26230dbea15 100644 (file)
@@ -428,7 +428,7 @@ To obtain the fingerprint of a certificate stored in the file cert.pem,
 try:
 .sp
 .nf
-       openssl x509 \-in cert.pem \-noout \-fingerprint
+       openssl x509 \-in cert.pem \-noout \-md5 \-fingerprint
 .fi
 .sp
 For details, see