Actions
Bug #35453
closedRemove the trailing "\" from capsule-certs-generate command for new capsules in katello-certs-check
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Fixed in Releases:
Found in Releases:
Description
Description of problem:
katello-certs-generate -t capsule return command proposal with trailing "\" for new Capsule
Version-Release number of selected component (if applicable): 6.12 snap 8
How reproducible: Always
Steps to Reproduce:
1.# katello-certs-check -t capsule -c <cert> -k <key> -b <CA bundle>
Actual results:
...
To use them inside a NEW $CAPSULE, run this command:
capsule-certs-generate --foreman-proxy-fqdn "$CAPSULE" \
--certs-tar "~/$CAPSULE-certs.tar" \
--server-cert "/root/ssl/capsule/jjansat612-capsule_cert.crt" \
--server-key "/root/ssl/capsule/jjansat612-capsule.pem" \
--server-ca-cert "/root/ssl/capsule/CA.pem" \
...
Expected results:
...
To use them inside a NEW $CAPSULE, run this command:
capsule-certs-generate --foreman-proxy-fqdn "$CAPSULE" \
--certs-tar "~/$CAPSULE-certs.tar" \
--server-cert "/root/ssl/capsule/jjansat612-capsule_cert.crt" \
--server-key "/root/ssl/capsule/jjansat612-capsule.pem" \
--server-ca-cert "/root/ssl/capsule/CA.pem"
...
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/804 added
Updated by Sayan Das over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|6384144720eb0444ffa6343a21c5899538579b9d.
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Triaged changed from No to Yes
Actions