zer.ooo-web/bin/get-fingerprint

2 lines
114 B
Text
Raw Normal View History

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