Opened 13 years ago
Closed 13 years ago
#122 closed defect (fixed)
unable to install 1.0.13 el5 RPM - Header V4 RSA/SHA1 signature: BAD
Reported by: | Nenad Opsenica | Owned by: | somebody |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | nginx-core | Version: | 1.0.x |
Keywords: | Cc: | ||
uname -a: | Linux XXXXXXXX.panline.net 2.6.18-274.7.1.el5 #1 SMP Thu Oct 20 16:21:01 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: | n/a |
Description
RPM package on site has bad signature - it is not possible to install it:
# uname -a Linux XXXXXXXX.panline.net 2.6.18-274.7.1.el5 #1 SMP Thu Oct 20 16:21:01 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux # rpm -qpli nginx-1.0.13-1.el5.ngx.x86_64.rpm error: nginx-1.0.13-1.el5.ngx.x86_64.rpm: Header V4 RSA/SHA1 signature: BAD, key ID 7bd9bf62 # rpm -Uvh nginx-1.0.13-1.el5.ngx.x86_64.rpm error: nginx-1.0.13-1.el5.ngx.x86_64.rpm: Header V4 RSA/SHA1 signature: BAD, key ID 7bd9bf62 error: nginx-1.0.13-1.el5.ngx.x86_64.rpm cannot be installed
Note:
See TracTickets
for help on using tickets.
1.0.13 rpm was signed on rhel6 and this was my mistake, since rpm on rhel6 use V4 RSA header and rpm on rhel/centos5 understand only V3 RSA header. rpm itself is valid and checksums are ok. I've added V3 signature already and uploaded correct version.