Compare commits

..

10 commits

Author SHA1 Message Date
4a115a51ee
help
Some checks are pending
/ job (push) Waiting to run
2025-05-02 21:11:39 +02:00
2e9a673d50
dns+pgp 2025-05-02 21:10:55 +02:00
3fb0041f18
progress,time 2025-02-10 20:27:36 +01:00
f18d1abc6f
article,aside 2025-02-10 20:14:33 +01:00
a519cce5a9
elements 2025-02-10 19:46:34 +01:00
4f550383f1
form 2025-02-10 19:22:49 +01:00
23ee3cf1ab
dl,table 2025-02-10 18:24:23 +01:00
7dfc80cb25
media 2025-02-10 18:09:53 +01:00
cb0561edfd
tags 2025-02-10 17:11:02 +01:00
46ff5b9012
semstyle 2025-02-10 16:10:05 +01:00
145 changed files with 276 additions and 94 deletions

15
help/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

Some files were not shown because too many files have changed in this diff Show more