From ca4b3100594167ec9f04c8b7de632a78bf25277c Mon Sep 17 00:00:00 2001 From: Srikanth Patchava Date: Wed, 22 Apr 2026 16:25:43 -0700 Subject: [PATCH] fix: update PGP key URLs in SECURITY.md and artifact-verification docs --- SECURITY.md | 2 +- docs/release/artifact-verification.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 47a0ff6..0584b86 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -34,7 +34,7 @@ Fingerprint: XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX Key ID: 0xXXXXXXXX ``` -The public key is available at `https://embeddedos.org/.well-known/pgp-key.asc` and on major keyservers. +The public key is available at `https://embeddedos-org.github.io/.well-known/pgp-key.asc` and on major keyservers. ### What to Include diff --git a/docs/release/artifact-verification.md b/docs/release/artifact-verification.md index 77550d1..4eb86dd 100644 --- a/docs/release/artifact-verification.md +++ b/docs/release/artifact-verification.md @@ -70,7 +70,7 @@ If verification fails, **do not use the artifact**. Report the issue to security ```bash # Download the public key -curl -LO https://embeddedos.org/.well-known/pgp-key.asc +curl -LO https://embeddedos-org.github.io/.well-known/pgp-key.asc # Import into your GPG keyring gpg --import pgp-key.asc