�&ǐk�@'bJ�h�ۊL'}T� :��'2�Z#$��n�a��� �>a��`��_3d�Qpt�/�P -��#5�,�M��� �pA:©�q�����NW��ډ�A���� �9nʺج���� �TSM��{J6?7��r�@�\����D��� �׶���s�f�TJj?"��D��`?��̒� b�#�%�C*v�$�{�$����5Ծ�F�s��y�e/8��h-�f�̰&(����Gj�L:U� 2�� ����v�_k����Y��gp,�k�WF�R������_C�R��N@���R�@�ߔ?A�w9���F("iNa-S���Q�o�3tDMLh*�#4k�T/iQ��Y*�G��m����)��8�hBm/�I�,g�ﯖ���Z��}�Cz�q@´��d.����L�ŕ�,��1�Z�܌�: ̪���F+J-'��c�tvJ8��]Q-��b��y �6;*J`r_�d ��'�G ~p��)'�C,�%F��E(��2�k�����lР�z�!�=t ��_�0��f7��� ;�p�|�U �% \$noverify, url => \$url, vendor => \$vendor, category => \$category, force => \$force, }; if ( Cpanel::Usage::wrap_options( \@argv, \&usage, $opts ) ) { return 0; } my $key; if ( $url || $vendor || $category ) { if ( $url && $vendor && $category ) { $key = [ { url => $url, vendor => $vendor, category => $category, }, ]; } else { print "URL, Vendor, and Category must all be specified."; return 1; } } my $s = Cpanel::Crypt::GPG::VendorKeys::download_public_keys( noverify => $noverify, keys => $key, force => $force, ); return $s ? 0 : 1; } sub usage { print < This script grabs the cPanel signing keys and inserts them into the vendor keychain used to validate assets downloaded from the cPanel mirrors. Options: --help Brief help message --noverify Disables SSL hostname verification. --url URL to fetch ascii armored keys from. --vendor Key vendor. --category Key category. --force Force Key Refresh USAGE return; } unless ( caller() ) { exit main(@ARGV); } 1;