Compare commits
10 commits
1da6b149a0
...
4a115a51ee
Author | SHA1 | Date | |
---|---|---|---|
4a115a51ee | |||
2e9a673d50 | |||
3fb0041f18 | |||
f18d1abc6f | |||
a519cce5a9 | |||
4f550383f1 | |||
23ee3cf1ab | |||
7dfc80cb25 | |||
cb0561edfd | |||
46ff5b9012 |
145 changed files with 276 additions and 94 deletions
15
help/dns+pgp
Normal file
15
help/dns+pgp
Normal 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
Loading…
Add table
Add a link
Reference in a new issue