mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-10 22:29:29 -05:00
document DANE TLSA commands
This commit is contained in:
parent
dcb50a9085
commit
6223daec3f
2
guide/dane.txt
Normal file
2
guide/dane.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user