Add PGP key
This commit is contained in:
parent
58bc284403
commit
b3a37ea2ea
3 changed files with 36 additions and 1 deletions
|
@ -26,7 +26,7 @@ show_author = false
|
|||
show_categories = false
|
||||
show_tags = true
|
||||
theme_color = "blue"
|
||||
show_menu_items = 6
|
||||
show_menu_items = 7
|
||||
full_width = false
|
||||
center = true
|
||||
copyright = '''
|
||||
|
@ -42,6 +42,7 @@ main_menu = [
|
|||
{ name = "git forge", url = "https://git.averywinters.org/", external = true },
|
||||
{ name = "codeberg", url = "https://codeberg.org/averywinters", external = true },
|
||||
{ name = "github", url = "https://github.com/averywinters", external = true },
|
||||
{ name = "pgp", url = "/pgp/" },
|
||||
]
|
||||
menu_more = "show more"
|
||||
read_more = "read more"
|
||||
|
|
21
content/pages/pgp.md
Normal file
21
content/pages/pgp.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
+++
|
||||
title = "PGP"
|
||||
path = "pgp"
|
||||
date = 2023-11-28
|
||||
+++
|
||||
|
||||
If you need to reach me privately, please use [Matrix][0]. Matrix
|
||||
has a much saner security model than PGP email and uses proven,
|
||||
modern cryptographic constructions.
|
||||
|
||||
If you must use PGP email, please use [my public key][2]. This
|
||||
key is also available from [keys.openpgp.org][1] under key ID
|
||||
`E0BFC34F1AC77FB5` or from an OPENPGPKEY record published under
|
||||
this domain.
|
||||
|
||||
My email address/identity is my first name at this domain. The
|
||||
fingerprint for this key is `F080B1252C1F6A92F4B7FA11E0BFC34F1AC77FB5`.
|
||||
|
||||
[0]: https://matrix.to/#/@avery:averywinters.org
|
||||
[1]: https://keys.openpgp.org/vks/v1/by-fingerprint/F080B1252C1F6A92F4B7FA11E0BFC34F1AC77FB5
|
||||
[2]: /pgp.asc
|
13
static/pgp.asc
Normal file
13
static/pgp.asc
Normal file
|
@ -0,0 +1,13 @@
|
|||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
xjMEZWU5lhYJKwYBBAHaRw8BAQdAb40BZm9A0bMPNGUNZnUv4FTRyoRZM+V74Pku
|
||||
YO5+i3nNJkF2ZXJ5IFdpbnRlcnMgPGF2ZXJ5QGF2ZXJ5d2ludGVycy5vcmc+wokE
|
||||
ExYIADEWIQTwgLElLB9qkvS3+hHgv8NPGsd/tQUCZWU5lgIbAwQLCQgHBRUICQoL
|
||||
BRYCAwEAAAoJEOC/w08ax3+158YA/0gB9sIfk4EBMlR1sHbtFIbLWDTCTt64o4tQ
|
||||
l1El0NvVAP4pQjxDwYqrlQWVIdopcyhNd5zwwqTxgQsvOsWOdnBECs44BGVlOZcS
|
||||
CisGAQQBl1UBBQEBB0Aks5ukEghksSEtadJm3U1aK7oA6n5rOVP9HERJ1dvoNwMB
|
||||
CAfCeAQYFggAIBYhBPCAsSUsH2qS9Lf6EeC/w08ax3+1BQJlZTmXAhsMAAoJEOC/
|
||||
w08ax3+1oJUBALiFzLegzv2EPbfvpIk7ttnJBkAz8FZ/+csBNDAQK/ErAPoC1k03
|
||||
8h/+sci+8PNgaEpl8rkNYg3wKBgwC338QRG6Bg==
|
||||
=K0eb
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
Loading…
Reference in a new issue