1
0
mirror of https://github.com/GrapheneOS/infrastructure.git synced 2025-01-10 14:19:25 -05:00

document DANE TLSA commands

This commit is contained in:
Daniel Micay 2023-06-09 01:09:47 -04:00
parent dcb50a9085
commit 6223daec3f

2
guide/dane.txt Normal file
View File

@ -0,0 +1,2 @@
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