diff options
| author | Matthias Andree <matthias.andree@gmx.de> | 2005-12-18 10:05:10 +0000 |
|---|---|---|
| committer | Matthias Andree <matthias.andree@gmx.de> | 2005-12-18 10:05:10 +0000 |
| commit | d0304cda6113de61094373faa6d44dd8a94b4de1 (patch) | |
| tree | e91c6536700f69c914ef13a29374648395aba372 | |
| parent | e1037a3194f6abbd55251b866314561ec383101c (diff) | |
| download | fetchmail-d0304cda6113de61094373faa6d44dd8a94b4de1.tar.gz fetchmail-d0304cda6113de61094373faa6d44dd8a94b4de1.tar.bz2 fetchmail-d0304cda6113de61094373faa6d44dd8a94b4de1.zip | |
Manual page: Add "-md5" to "openssl x509" example in --sslfingerprint
documentation. Suggested by Jason White.
(Merged from trunk.)
svn path=/branches/BRANCH_6-3/; revision=4553
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | fetchmail.man | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |
