rsyslog/tools/gnutls/cert-show-fingerprint
2008-05-08 13:24:20 +02:00

7 lines
225 B
Plaintext
Executable File

#/bin/sh
# must be called with the certificate file as first parameter. Displays all
# fingerprints for the first certificate.
# 2008-05-08, rgerhards
# TODO: make this a robust shell script
certtool -i < $1|grep Fingerprint