1
0
mirror of https://github.com/GrapheneOS/infrastructure.git synced 2025-01-12 15:19:24 -05:00
graphene-os-server-infrastr.../guide/dane.txt

3 lines
221 B
Plaintext
Raw Normal View History

2023-06-09 01:09:47 -04:00
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