Sudarsan Reddy

Results 115 comments of Sudarsan Reddy

https://pkg.cloudflare.com/#centos-8 exists now.

``` baseurl=https://pkg.cloudflare.com/cloudflared/rpm ``` ``` curl https://pkg.cloudflare.com/cloudflared.repo [cloudflared-stable] name=cloudflared-stable baseurl=https://pkg.cloudflare.com/cloudflared/rpm enabled=1 type=rpm gpgcheck=1 gpgkey=https://pkg.cloudflare.com/cloudflare-main.gpg ```

Simply curling the repo works with yum. As far as an rpm install is concerned, all the metadata that is needed is in the repo. There is nothing to fix...

``` yum install yum-utils Last metadata expiration check: 0:04:26 ago on Thu 11 Aug 2022 11:11:28 AM UTC. Dependencies resolved. ============================================================================================================================== Package Architecture Version Repository Size ============================================================================================================================== Installing: yum-utils noarch...

The config-manager just adds the `repo` file to `/etc/yum.repos.d/cloudflared.repo`.

The solution is rather simple once I understood how amazonlinux's verifier differs from RHEL and other CENTOS ones. It doesn't parse the binary that is `cloudflare-main.gpg`. If you replace it...

It’s on the pkg.cloudflare.com landing page and our developer documentation as well now!

What environment are you trying this on?

@robinbraemer would you mind rebasing this? 🙂

Hey @avineshwar . This is something we’d like to do in the future. Do you want to try to take a shot at it? I can guide you.