Compare commits

...

4 Commits

2 changed files with 11 additions and 9 deletions

View File

@ -53,7 +53,7 @@ repos:
additional_dependencies: additional_dependencies:
["prettier@2.8.8", "@prettier/plugin-xml@2.2.0"] ["prettier@2.8.8", "@prettier/plugin-xml@2.2.0"]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.1" rev: "2.7.2"
hooks: hooks:
- id: editorconfig-checker - id: editorconfig-checker
alias: ec alias: ec

View File

@ -22,6 +22,7 @@ sitemap: false
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Keybase](#keybase)
- [Claws-mail note that is somewhat related.](#claws-mail-note-that-is-somewhat-related) - [Claws-mail note that is somewhat related.](#claws-mail-note-that-is-somewhat-related)
- [WKD](#wkd) - [WKD](#wkd)
- [Keyoxide](#keyoxide) - [Keyoxide](#keyoxide)
@ -46,7 +47,7 @@ deluid # to delete the uid which doesn't contain your name
save save
``` ```
\*\* Comments are considered harmful https://debian-administration.org/users/dkg/weblog/97 \* [OpenPGP User ID Comments considered harmful by dkg on debian-administrator.org (via web.archive.org)](https://web.archive.org/web/20201020082313/https://debian-administration.org/users/dkg/weblog/97)
Then you are ready to publish the public key however you generally publish Then you are ready to publish the public key however you generally publish
it, preferably in multiple places from where some recognise revokation it, preferably in multiple places from where some recognise revokation
@ -56,13 +57,13 @@ NOTE: You can extend the expiry time of an expired gpg signature by issuing
the `expire` command in `--edit-key` and the key is valid again when the the `expire` command in `--edit-key` and the key is valid again when the
update is reimported to gpg keyrings by other people. update is reimported to gpg keyrings by other people.
Keybase note: To publish the key `keybase pgp select --multi` (where multi ## Keybase
is required for multiple PGP keys per account and to submit changes to it,
To publish the key `keybase pgp select --multi` (where multi
is required for multiple PGP keys per account) and to submit changes to it,
`keybase pgp update --all` (where --all is again necessary only if you have `keybase pgp update --all` (where --all is again necessary only if you have
multiple keys). multiple keys).
---
## Claws-mail note that is somewhat related. ## Claws-mail note that is somewhat related.
Debian: `sudo apt install claws-mail claws-mail-address-keeper claws-mail-attach-warner claws-mail-gdata-plugin claws-mail-pgpinline claws-mail-pgpmime claws-mail-smime-plugin` Debian: `sudo apt install claws-mail claws-mail-address-keeper claws-mail-attach-warner claws-mail-gdata-plugin claws-mail-pgpinline claws-mail-pgpmime claws-mail-smime-plugin`
@ -98,8 +99,9 @@ with the signature ending to an empty line.
## WKD ## WKD
Setting up GPG WKD (Web Key Directory), mostly stripped/adjusted from Setting up GPG WKD (Web Key Directory), _mostly stripped/adjusted from
https://keyserver.mattrude.com/guides/web-key-directory/ Matt Rude whose page is NXDOMAIN and not in Wayback Machine. [What I find is](https://openpgpkey.mattrude.com/)
pointers to [1](https://wiki.gnupg.org/WKD) [2](https://wiki.gnupg.org/WKS) [3](https://tools.ietf.org/html/draft-koch-openpgp-webkey-service)_
Requires a control over domain/.well-known and email under that domain. Requires a control over domain/.well-known and email under that domain.
@ -124,7 +126,7 @@ NOTE: only one key/WKD/email.
## Keyoxide ## Keyoxide
Keyoxide can use PGP keys as profiles and looks at their notations. Useful Keyoxide can use PGP keys as profiles and looks at their notations. Useful
commands in `gpg --edit-key "key fingerprint here: commands in `gpg --edit-key "key fingerprint here"`:
- Display notations: `showpref` - Display notations: `showpref`
- Add notations: `notation` - Add notations: `notation`