root@web2 [~]# /scripts/easyapache
die [cpanelsync] Failed to create gpg object: No keys found for vendor 'cpanel' Please see http://go.cpanel.net/sigerrors for further information about this error.
die [cpanelsync] Failed to create gpg object: No keys found for vendor 'cpanel' Please see http://go.cpanel.net/sigerrors for further information about this error.
Download Failed… trying again…in….60….59….58….57….56….55….54….53….52….51….50….49….48….47….46….45….44….43….42….41….40….39….38….37….36….35….34….33….32….31….30….29….28….27….26….25….24….23….22….21….20….19….18….17….16….15….14….13….12….11….10….9….8….7….6….5….4….3….2….1..die [cpanelsync] Failed to create gpg object: No keys found for vendor 'cpanel' Please see http://go.cpanel.net/sigerrors for further information about this error.

 

Resolving

EasyApache should be working without issue now. The problem was your lot of root certificates on your server was either missing or incorrect.

I corrected the problem by running the below commands:

mkdir /usr/src/ca-certificates && cd /usr/src/ca-certificates
wget http://mirror.centos.org/centos/6/os/i386/Packages/ca-certificates-2014.1.98-65.1.el6.noarch.rpm
rpm2cpio ca-certificates-2014.1.98-65.1.el6.noarch.rpm |cpio -idmv
cp -pi ./etc/pki/tls/certs/ca-bundle.* /etc/pki/tls/certs/

Finally running the below command to update the keys for cPanel:
/usr/local/cpanel/scripts/updatesigningkey

Best Regards,