This commit is contained in:
Marc Beninca 2025-05-02 21:10:55 +02:00
parent 3fb0041f18
commit 2e9a673d50
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

15
rtfd/dns+pgp Normal file
View file

@ -0,0 +1,15 @@
echo -n 'marc' | sha256sum | cut --characters 1-56
._openpgpkey IN OPENPGPKEY (
gpg --armor --export 1DBD5EC4BADA5579 | grep --invert-match '\(^$\|-\)' | tr --delete '\n'
)
gpg --export-options export-dane --export 1DBD5EC4BADA5579 | tr --delete '\t'
hash-slinger
openpgpkey --create marc@beninca.link \
| grep --invert-match '^;' \
| awk '{print $4}' \
| base64 --decode \
| gpg --list-packets