-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refs #11737 - support cnames and add localhost cname to qpid certs #65
Conversation
fdf044d
to
71b7a03
Compare
if resource[:cname].is_a?(String) | ||
args << ['--set-cname', resource[:cname]] | ||
else | ||
resource[:cname].map { |cname| ['--set-cname', cname] }.flatten |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be added to the args array?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would make things actually work, yes :-)
71b7a03
to
465b993
Compare
465b993
to
f3c8884
Compare
f3c8884
to
c809c36
Compare
c809c36
to
a7a3043
Compare
a7a3043
to
510dfb3
Compare
510dfb3
to
943f78f
Compare
@stbenjam is there a way to force the |
Maybe in the installer pre hook on the 3.2->3.3 upgrade? https://github.com/Katello/katello-installer/blob/master/hooks/pre/20-certs_update.rb |
Will this also require new certs to be generated for each capsule? |
Yea, unfortunately, everywhere qpid runs |
This will require the user to do a
--certs-update-all
for the next upgrade, so qpid gets the new cert with the additional CN.