Skip to content

Commit

Permalink
rhui: do not require root cert
Browse files Browse the repository at this point in the history
  • Loading branch information
mhecko committed Sep 6, 2023
1 parent b8ec8be commit 00d41aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repos/system_upgrade/common/libraries/rhui.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def mk_rhui_setup(clients=None, leapp_pkg='', mandatory_files=None, optional_fil
mandatory_files=[
('rhui-client-config-server-9-sap-bundle.crt', RHUI_PKI_PRODUCT_DIR),
('rhui-client-config-server-9-sap-bundle.key', RHUI_PKI_DIR),
('cdn.redhat.com-chain.crt', RHUI_PKI_DIR),
('leapp-aws-sap-e4s.repo', YUM_REPOS_PATH)
],
optional_files=[], os_version='9', content_channel=ContentChannel.E4S),
Expand Down

0 comments on commit 00d41aa

Please sign in to comment.