This closes all of the CA-name-related tickets: We globally make sure REST results have their names set to the searched-for name (#2617) and allow people to set their CA name to whatever they want (#1507), which provides a workaround for #899, although that requires rebuilding the Cert infrastructure.
lib/puppet/defaults.rb | 1 + lib/puppet/indirector/rest.rb | 4 +++- lib/puppet/network/http/webrick.rb | 2 +- lib/puppet/ssl.rb | 1 + lib/puppet/ssl/certificate_authority.rb | 4 ++-- lib/puppet/ssl/certificate_request.rb | 7 ++++++- lib/puppet/ssl/host.rb | 6 +++--- spec/integration/defaults.rb | 5 +++++ spec/integration/indirector/certificate/rest.rb | 4 +++- .../indirector/certificate_revocation_list/rest.rb | 2 +- spec/integration/indirector/rest.rb | 1 + spec/integration/ssl/host.rb | 2 +- spec/unit/indirector/rest.rb | 14 +++++++++++--- spec/unit/ssl/certificate_request.rb | 15 +++++++++++++++ spec/unit/ssl/host.rb | 10 +++++----- 15 files changed, 59 insertions(+), 19 deletions(-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
