dns+pgp
This commit is contained in:
parent
3fb0041f18
commit
2e9a673d50
1 changed files with 15 additions and 0 deletions
15
rtfd/dns+pgp
Normal file
15
rtfd/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
|
Loading…
Add table
Add a link
Reference in a new issue