Actions
Bug #8120
closedSupport configurable CDN ca certificate
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Installer
Target version:
-
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