Project

General

Profile

Actions

Bug #35453

closed

Remove the trailing "\" from capsule-certs-generate command for new capsules in katello-certs-check

Added by Sayan Das over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
-
Difficulty:
easy
Triaged:
Yes
Fixed 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"

...

Actions #1

Updated by The Foreman Bot over 1 year ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman-installer/pull/804 added
Actions #2

Updated by The Foreman Bot over 1 year ago

  • Fixed in Releases 3.5.0 added
Actions #3

Updated by Sayan Das over 1 year ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by Ewoud Kohl van Wijngaarden over 1 year ago

  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF