forked from zer.ooo/web
2 lines
No EOL
114 B
Bash
Executable file
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}' |