dane
This commit is contained in:
parent
e813b56ce9
commit
b1b492f84f
2 changed files with 13 additions and 0 deletions
12
rtfd/public/dane/index.rst
Normal file
12
rtfd/public/dane/index.rst
Normal file
|
@ -0,0 +1,12 @@
|
|||
****
|
||||
dane
|
||||
****
|
||||
|
||||
compute
|
||||
=======
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
openssl x509 -noout -fingerprint -sha512 -in domain.tld.crt \
|
||||
| awk --field-separator '=' '{print tolower($2)}' \
|
||||
| tr --delete ':'
|
Loading…
Add table
Add a link
Reference in a new issue