[Rpm-maint] [rpm-software-management/rpm] RFE: add a test(s) for IMA signing (Issue #3237)

Michal Domonkos notifications at github.com
Wed Nov 13 09:37:48 UTC 2024


One quick way to test IMA file signatures:

```
openssl ecparam -name secp256k1 -genkey -noout -out privkey.pem
rpmsign --addsign --signfiles --fskpath=./privkey.pem /path/to/your/package.rpm
rpm -qp --qf "[%{filenames} %{filesignatures}\n]" /path/to/your/package.rpm
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3237#issuecomment-2472989711
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3237/2472989711 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241113/e39f761b/attachment.html>


More information about the Rpm-maint mailing list