aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-12-18 10:05:10 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-12-18 10:05:10 +0000
commitd0304cda6113de61094373faa6d44dd8a94b4de1 (patch)
treee91c6536700f69c914ef13a29374648395aba372 /fetchmail.man
parente1037a3194f6abbd55251b866314561ec383101c (diff)
downloadfetchmail-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
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man2
1 files changed, 1 insertions, 1 deletions
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