Actions
Bug #16937
closedcapsule-certs-generate command is not honoring the "--ca-common-name" flag
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1343040
Description of problem:
Running the command capsule-certs-generate command with the "--ca-common-name" flag is not making the changes in the generated capsule certificate.
Version-Release number of selected component (if applicable):
- Red Hat Satellite v 6.1.9
How reproducible:
- Always
Steps to Reproduce:
1. Install a Satellite server with the hostname "satellite6-1.example.com".
2. Run the capsule certificate generate command as below.
- capsule-certs-generate --capsule-fqdn capsule.example.com --certs-tar ~/capsule.example.com-certs.tar --parent-fqdn satellite6-2.example.com --ca-common-name satellite6-2.example.com
------
Actual results:
- Capsule certificates are generated with the Satellite FQDN (satellite6-1.example.com).
Expected results:
- Capsule certificates should have the FQDN of the Satellite server hostname given in the command.
Additional info:
Updated by Justin Sherrill about 8 years ago
- Subject changed from capsule-certs-generate command is not honoring the "--ca-common-name" flag to capsule-certs-generate command is not honoring the "--ca-common-name" flag
- Translation missing: en.field_release set to 114
Actions