Actions
Bug #26625
closedforeman-proxy-certs-generate prints Org name not Org label in the sub-man command
Difficulty:
Triaged:
No
Description
When generating a cert for a proxy, the output contains the following line:
2. subscription-manager register --org "Default Organization"
However, sub-man needs a label, not the name to properly work. So the output should be
2. subscription-manager register --org "Default_Organization"
Actions