Re: Need information on RPM signing

2015-04-14 Thread Jeffrey Johnson
> On Apr 14, 2015, at 12:37 PM, srinivasan j v wrote: > > Hi Jeffrey > Thanks for the information. It was really helpful > I'm planning to go with the first approach (Signing Entire *.rpm Package and > prepending the signature to rpm). > > Yes , I will sign and verify CPIO payload outside of

Re: Need information on RPM signing

2015-04-14 Thread srinivasan j v
Hi Jeffrey Thanks for the information. It was really helpful I'm planning to go with the first approach (Signing Entire *.rpm Package and prepending the signature to rpm). Yes , I will sign and verify CPIO payload outside of RPM . Is there any way that i can prepend/append information to Built

Re: Need information on RPM signing

2015-04-14 Thread Jeffrey Johnson
> On Apr 14, 2015, at 4:07 AM, srinivasan j v wrote: > > Hello All > I need to sign RPM using X509 Certificate and save the signatures (signature > file ) along with the RPM package . > >1. Is there any way can i do that ? >2. How can i save the these signature and any other c

Need information on RPM signing

2015-04-14 Thread srinivasan j v
Hello All I need to sign RPM using X509 Certificate and save the signatures (signature file ) along with the RPM package . 1. Is there any way can i do that ? 2. How can i save the these signature and any other certificates (X 509) and being not part of CPIO archive ? Thanks in