mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-23 06:50:40 -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
|