]> Pileus Git - ~andy/fetchmail/commitdiff
Man page: --sslfingerprint points user to x509(1ssl) and gives an example
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 30 Oct 2005 20:09:57 +0000 (20:09 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 30 Oct 2005 20:09:57 +0000 (20:09 -0000)
how to use it. Debian Bug#213484, Eduard Bloch.

svn path=/trunk/; revision=4378

NEWS
fetchmail.man

diff --git a/NEWS b/NEWS
index f9da885367f84edbc61ce5e291b172b1d944b3f8..f79f7ec4112867a899fde03b0fed9ca173cbac0f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -254,6 +254,8 @@ fetchmail 6.3.0 (not yet released officially):
   broken in a 6.2.6-pre, 6.2.5.2 and older were fine.  Matthias Andree
 * Do not break some other process's lockfile in "-q" mode, but wait for the
   other process's exit.  Matthias Andree
+* Man page: --sslfingerprint points user to x509(1ssl) and gives an example
+  how to use it. Debian Bug#213484, Eduard Bloch. (MA)
 
 # INTERNAL CHANGES
 * Switched to automake. Matthias Andree.
index 9343255f7430eb8e035b2dd1bc4ba1484b2b8a12..0eec15ea71a41191b839289a67d70a09ee56a7dc 100644 (file)
@@ -418,6 +418,16 @@ and the one fetchmail uses to report the fingerprint when an SSL connection
 is established. When this is specified, fetchmail will compare the server key
 fingerprint with the given one, and the connection will fail if they do not
 match. This can be used to prevent man-in-the-middle attacks.
+.IP
+To obtain the fingerprint of a certificate stored in the file cert.pem,
+try:
+.sp
+.nf
+       openssl x509 -in cert.pem -noout -fingerprint
+.fi
+.sp
+For details, see
+.BR x509 (1ssl).
 .SS Delivery Control Options
 .TP
 .B \-S <hosts> | \-\-smtphost <hosts>