Wanted to know how I can sign an IPK package either using an OpenSSL or GPG private key and get opkg to verify the package prior to upgrade using the public key. Is there any instructions available for this?
Thanks,
Masrur
Alejandro,
I am looking into signing individual packages as well. I followed the instructions for signing via OpenSSL in your previous post and it seems to have worked correctly. However, when installing the package I don't see any acknowledgement that it is checking the signature.
I can manually change the signature file before I create the ipk file and it will installs correctly.
I am using opkg 0.3.0 that has been configured using './configure --enable-openssl' and I've created a conf file with 'option check_signature' and 'option signature_ca_file path/to/my/public.pem'.
Is there something else that needs to be done to check the signature upon installation?
Sincerely,
Jamie