diff --git a/_includes/footer.html b/_includes/footer.html index c35d917..b237fd9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@ diff --git a/_posts/2023-02-28-setting-up-pgp.md b/_posts/2023-02-28-setting-up-pgp.md index 1f74d87..3697039 100644 --- a/_posts/2023-02-28-setting-up-pgp.md +++ b/_posts/2023-02-28-setting-up-pgp.md @@ -46,7 +46,7 @@ gpg --armor --export your@email.com Paste that block on your website, upload it to keys.openpgp.org, or just email it to people. Once someone has your public key, they can encrypt messages that only you can read. -I've posted mine here: [PGP key](/assets/public.key) +I've posted mine here: [PGP key](/assets/public.asc) If you're sending me anything sensitive, please use it. ## One More Thing diff --git a/assets/public.key b/assets/public.asc similarity index 100% rename from assets/public.key rename to assets/public.asc