Project

General

Profile

Actions

Bug #8120

closed

Support configurable CDN ca certificate

Added by Justin Sherrill over 10 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Installer
Target version:
-
Difficulty:
easy
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

When pointing the cdn to another server that uses SSL there is no way to make it work due to us hard coding the CA of the cdn's server:

in:
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/resources/cdn.rb

        def self.ca_file                                                                  
          "#{Katello::Engine.root}/ca/redhat-uep.pem"                                     
        end                                                                               

Due to the fact that we are specifying the cdn ca, you cannot seem to override it with an environment variable

Actions

Also available in: Atom PDF