From 99a6f3a5b611cb02786b21c3312507a5826afe17 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 16 Dec 2024 11:42:34 +0100 Subject: [PATCH] docs: update section on code signing --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c53517fc..3167b1b4d 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,11 @@ build process. ## Signed Releases -As of v0.10.15 and onwards, release binaries are GPG signed with the key -D26E6ED000654A3E, available from https://syncthing.net/security/ and -most key servers. - -There is also a built-in automatic upgrade mechanism (disabled in some -distribution channels) which uses a compiled in ECDSA signature. macOS -binaries are also properly code signed. +Release binaries are GPG signed with the key available from +https://syncthing.net/security/. There is also a built-in automatic +upgrade mechanism (disabled in some distribution channels) which uses a +compiled in ECDSA signature. macOS and Windows binaries are also +code-signed. ## Documentation