This commit is contained in:
Marc Beninca 2024-03-04 19:05:40 +01:00
parent e813b56ce9
commit b1b492f84f
Signed by untrusted user who does not match committer: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 13 additions and 0 deletions

View file

@ -17,6 +17,7 @@ RTFD
public/connect/index
public/coreutils/index
public/curl/index
public/dane/index
public/dd/index
public/debian/index
public/debmirror/index

View 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 ':'