Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/release/artifact-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading