From b3a37ea2eac2b06c3bbb3ce7f0235db876940408 Mon Sep 17 00:00:00 2001 From: Avery Winters Date: Tue, 28 Nov 2023 22:15:51 -0600 Subject: [PATCH] Add PGP key --- config.toml | 3 ++- content/pages/pgp.md | 21 +++++++++++++++++++++ static/pgp.asc | 13 +++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 content/pages/pgp.md create mode 100644 static/pgp.asc diff --git a/config.toml b/config.toml index df74948..e88bc6d 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/pages/pgp.md b/content/pages/pgp.md new file mode 100644 index 0000000..d167114 --- /dev/null +++ b/content/pages/pgp.md @@ -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 \ No newline at end of file diff --git a/static/pgp.asc b/static/pgp.asc new file mode 100644 index 0000000..bf68ac4 --- /dev/null +++ b/static/pgp.asc @@ -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-----