document DANE TLSA commands

This commit is contained in:
Daniel Micay 2023-06-09 01:09:47 -04:00
parent dcb50a9085
commit 6223daec3f
1 changed files with 2 additions and 0 deletions

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