From 664f7cab3f667cdda1c131b188f52ef1bac4c049 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 8 May 2008 13:21:09 +0200 Subject: added tool to show fingerprints this is required for IETF I-D syslog-transport-tls-12. This is a very rough first prototype --- tools/gnutls/cert-show-fingerprint | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tools/gnutls/cert-show-fingerprint (limited to 'tools/gnutls') diff --git a/tools/gnutls/cert-show-fingerprint b/tools/gnutls/cert-show-fingerprint new file mode 100755 index 00000000..1324ef1c --- /dev/null +++ b/tools/gnutls/cert-show-fingerprint @@ -0,0 +1,2 @@ +#/bin/sh +certtool -i < $1|grep Fingerprint -- cgit