Trying to install the latest CLI version on Red Hat (directly from .rpm as downloaded from doc) gives the following error:
Unknown Error occurred: Transaction test error:
package twilio-6.2.4-1.el9.x86_64 does not verify: Header DSA signature: BAD (package tag 267: invalid OpenPGP signature)
We are using Ansible to install with the following task:
- name: "Install Twilio CLI"
ansible.builtin.yum:
name: "{{ build_tools_base_url }}/twilio-6.2.4-1.el9.x86_64.rpm"
disable_gpg_check: true
state: "present"
We are running RHEL 8.10 and have had to disable SHA1 based crypto polices for security/hardening:
-> update-crypto-policies --show
DEFAULT
Please advise--thanks!
Trying to install the latest CLI version on Red Hat (directly from .rpm as downloaded from doc) gives the following error:
We are using Ansible to install with the following task:
We are running RHEL 8.10 and have had to disable SHA1 based crypto polices for security/hardening:
Please advise--thanks!