forked from zer.ooo/web
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
114 B
Plaintext
2 lines
114 B
Plaintext
9 years ago
|
#!/usr/bin/env bash
|
||
|
openssl rsa -in $1 -pubin -pubout -outform DER 2>/dev/null | openssl md5 -c | awk '{print $2}'
|