Actions
Refactor #15059
openunnecessarily copying over ca cert to capsule repos
Description
We can probably do without copying over the ca cert to the capsule as it is installed in the trust store and not needed in the importer of each repo. This is a bit misleading to other developers and users.
This is where we copy it https://github.com/Katello/katello/blob/master/app/models/katello/glue/pulp/repo.rb#L188
Actions