aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--fetchmail.man2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d76f938d..da714666 100644
--- 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):
diff --git a/fetchmail.man b/fetchmail.man
index 925ca793..de3975c1 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -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