mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 19:37:23 +02:00
Compare commits
4 Commits
d4521f7f89
...
62f30b9490
Author | SHA1 | Date | |
---|---|---|---|
62f30b9490 | |||
31a3b6f3db | |||
a4f941fcf6 | |||
2b408ddc7f |
@ -53,7 +53,7 @@ repos:
|
||||
additional_dependencies:
|
||||
["prettier@2.8.8", "@prettier/plugin-xml@2.2.0"]
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.1"
|
||||
rev: "2.7.2"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
|
18
n/gpg.md
18
n/gpg.md
@ -22,6 +22,7 @@ sitemap: false
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto 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)
|
||||
- [WKD](#wkd)
|
||||
- [Keyoxide](#keyoxide)
|
||||
@ -46,7 +47,7 @@ deluid # to delete the uid which doesn't contain your name
|
||||
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
|
||||
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
|
||||
update is reimported to gpg keyrings by other people.
|
||||
|
||||
Keybase note: 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
|
||||
|
||||
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
|
||||
multiple keys).
|
||||
|
||||
---
|
||||
|
||||
## 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`
|
||||
@ -98,8 +99,9 @@ with the signature ending to an empty line.
|
||||
|
||||
## WKD
|
||||
|
||||
Setting up GPG WKD (Web Key Directory), mostly stripped/adjusted from
|
||||
https://keyserver.mattrude.com/guides/web-key-directory/
|
||||
Setting up GPG WKD (Web Key Directory), _mostly stripped/adjusted from
|
||||
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.
|
||||
|
||||
@ -124,7 +126,7 @@ NOTE: only one key/WKD/email.
|
||||
## Keyoxide
|
||||
|
||||
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`
|
||||
- Add notations: `notation`
|
||||
|
Loading…
x
Reference in New Issue
Block a user