Bug #8261
closedcapsule-certs-generate defaults to ACME_Organization instead of Default_Organization
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1152715
Description of problem:
The capsule-certs-generate command defaults to using "ACME_Corporation" if you don't specify --org when running the command. If anything, it should default to "Default_Organization" since "ACME_Corporation" was removed prior to GA.
Also, the output from capsule-certs-generate --help says that it defaults to "SomeOrg", but this should be changed as well. See below:
--org Org attribute for managed certificates (default: "SomeOrg")
Version-Release number of selected component (if applicable):
katello-installer-0.0.64-1.el6sat.noarch
How reproducible:
Every time capsule-certs-generate is run with out --org
Steps to Reproduce:
1.run capsule-certs-generate without --org
2.
3.
Actual results:
capsule-certs-generate command defaults to using "ACME_Corporation" if you don't specify --org when running the command
Expected results:
If anything, it should default to "Default_Organization" since "ACME_Corporation" was removed prior to GA.
Additional info: