(PUP-8015) Add a puppet ssl face for generating csrs without needing to connect to a master#6175
Conversation
7df45e4 to
61ce571
Compare
|
Waiting for CLA signature by @barriserloth @barriserloth - We require a Contributor License Agreement (CLA) for people who contribute to Puppet, but we have an easy click-through license with instructions, which is available at https://cla.puppet.com/ Note: if your contribution is trivial and you think it may be exempt from the CLA, please post a short reply to this comment with details. http://docs.puppet.com/community/trivial_patch_exemption.html |
|
CLA signed by all contributors. |
61ce571 to
1b878bb
Compare
This commit moves the puppet-agent-bootstrap code created by Adrien Thebo (https://github.com/adrienthebo/puppet-agent-bootstrap/) to the puppetlabs github space, and adds rspec tests to go along with the bootstrap changes. The command has been renamed to `puppet ssl <generate-csr|verify|purge>` to better fit into Puppet's current faces and naming conventions.
a93a055 to
68b4e18
Compare
puppet ssl face for generating csrs without needing to connect to a master
|
CLA signed by all contributors. |
|
Note, I'd like to reserve the |
|
@joshcooper do you have another suggestion for the subcommand name? |
|
We released |
This commit moves the puppet-agent-bootstrap code created by Adrien
Thebo (https://github.com/adrienthebo/puppet-agent-bootstrap/) to the
puppetlabs github space, and adds rspec tests to go along with the
bootstrap changes.