3
0
2025-12-12 16:42:42 +01:00
2025-12-12 14:05:57 +01:00
2025-12-12 14:05:57 +01:00
2025-12-12 16:38:37 +01:00
2025-12-12 16:42:42 +01:00

Readme

This repository hosts the public GPG key used for signing RPM packages provided by Confdroid Package Management. The key is made available for users to import and verify the authenticity and integrity of our distributed RPMs.

Purpose

  • Public GPG Key Distribution: The primary file here is RPM-GPG-KEY-public.asc, which you can import to trust and verify RPM packages from our forge or repository.
  • This repo is public to allow easy access to the key via a direct URL. For the actual RPM packages, refer to project repository in question.

How to Import the GPG Key

To verify our RPM packages, import this public key on your system. Use the direct raw URL for the key file.

  1. Import the key:
  sudo rpm --import https://gitea.confdroid.com/confdroid/confdroid-package-management/src/branch/master/keys/RPM-GPG-KEY-public.asc
  1. Verify an RPM package after download:
  rpm --checksig path/to/your-package.rpm

It should report "OK" if the signature matches.

Via GPG (For manual verification or non-RPM systems)

  1. Download the key:
   curl -O https://gitea.confdroid.com/confdroid/confdroid-package-management/src/branch/master/keys/RPM-GPG-KEY-public.asc
  1. To fetch from a keyserver (if published):
   gpg --keyserver keys.openpgp.org --recv-keys 3. To fetch from a keyserver (if published):
Description
Keys and stuff
Readme 37 KiB
Languages
Public Key 100%