Feature #4174
Add hooks to puppetmaster/puppetca to automatically process CSRs.
| Status: | Accepted | Start date: | 07/07/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | SSL | |||
| Target version: | - | |||
| Affected Puppet version: | 0.25.5 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
Instead of having to pool the puppetmaster for csrs waiting to be signed, it would be helpful to be able to configure the puppetmaster to run a script when a csr has been uploaded by an unknown client.
The complete CSR could be made available to the hook (on standard input?). The hook would state whether the CSR should be signed, rejected, or queued for manual review (via return code?).
History
Updated by James Turnbull over 1 year ago
- Category set to SSL
- Status changed from Unreviewed to Needs Decision
- Assignee set to Luke Kanies
Updated by Luke Kanies over 1 year ago
- Status changed from Needs Decision to Accepted
- Assignee deleted (
Luke Kanies)
I definitely like (and think I even recommended) this idea.