mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 10:50:41 +01:00
7 lines
225 B
Plaintext
Executable File
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
|