web/bin/get-fingerprint
Corne Oppelaar 81875e455e [wip]
2016-06-02 02:02:14 +02:00

2 lines
No EOL
114 B
Bash
Executable file

#!/usr/bin/env bash
openssl rsa -in $1 -pubin -pubout -outform DER 2>/dev/null | openssl md5 -c | awk '{print $2}'