mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-08 15:49:23 -04:00
2 lines
221 B
Text
2 lines
221 B
Text
openssl rsa -in /etc/letsencrypt/live/example.com/privkey.pem -outform der -pubout | openssl dgst -sha256 -hex
|
|
openssl ec -in /etc/letsencrypt/live/example.com/privkey.pem -outform der -pubout | openssl dgst -sha256 -hex
|