From: Petr Štetiar Date: Sat, 28 Sep 2024 12:47:26 +0000 (+0000) Subject: Add apk Elliptic Curve public key for signing of package indexes X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3c066ce24e80d8f537d582406930d60c7cafb251;p=keyring.git Add apk Elliptic Curve public key for signing of package indexes apk/openwrt-snapshots.pem contains Elliptic Curve based public key which is going to be used for signing of apk's package.adb package indexes after the builds using `apk adbsign --sign-key packages.adb` command. apk/openwrt-snapshots.pem.gpg is detached GPG signature produced using following key from Nitrokey 3A Mini dongle: pub ed25519/0x1D53D1877742E911 2023-05-18 [C] [expires: 2033-05-15] Key fingerprint = 8A8B C12F 46B8 36C0 F9CD B36F 1D53 D187 7742 E911 uid [ultimate] OpenWrt Build System (Nitrokey3) sig 3 0x1D53D1877742E911 2023-05-18 OpenWrt Build System (Nitrokey3) sig 0xCD84BCED626471F1 2023-05-18 OpenWrt Build System (PGP key for unattended snapshot builds) sig 0xCD54E82DADB3684D 2023-05-18 OpenWrt Build System (GnuPGP key for 22.03 release builds) sig 0x88CA59E88F681580 2023-05-18 OpenWrt Build System (PGP key for 21.02 release builds) sub ed25519/0x2B0151090606D1D9 2023-05-18 [S] [expires: 2033-05-15] Key fingerprint = 92C5 61DE 55AE 6552 F3C7 36B8 2B01 5109 0606 D1D9 sig 0x1D53D1877742E911 2023-05-18 OpenWrt Build System (Nitrokey3) References: 6b42a5c8b7dc ("Add new build system signing key stored on Nitrokey 3A Mini dongle") Signed-off-by: Petr Štetiar --- diff --git a/apk/openwrt-snapshots.pem b/apk/openwrt-snapshots.pem new file mode 100644 index 0000000..3667bf5 --- /dev/null +++ b/apk/openwrt-snapshots.pem @@ -0,0 +1,4 @@ +-----BEGIN PUBLIC KEY----- +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEqDM0+yparYvbHosRPBhvT5Z3MEXz +AFYrTnqJrnURywsKpD+ZKCLjPluvoHe/FABIvIuHLvICALA3IMjhm0Z0cA== +-----END PUBLIC KEY----- diff --git a/apk/openwrt-snapshots.pem.gpg b/apk/openwrt-snapshots.pem.gpg new file mode 100644 index 0000000..fece647 Binary files /dev/null and b/apk/openwrt-snapshots.pem.gpg differ