mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-12 11:42:18 -04:00
document DANE TLSA commands
This commit is contained in:
parent
dcb50a9085
commit
6223daec3f
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue