help/rtfd/public/dane/index.rst

13 lines
191 B
ReStructuredText
Raw Normal View History

2024-03-04 19:05:40 +01:00
****
dane
****
compute
=======
.. code-block:: shell
openssl x509 -noout -fingerprint -sha512 -in domain.tld.crt \
| awk --field-separator '=' '{print tolower($2)}' \
| tr --delete ':'