Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Done
-
None
-
None
-
Froyo
-
Enhancement
-
You can now specify a `--certname` flag with the `puppetserver ca list` command, which will limit the output to information about the requested cert, and log an error if the requested cert does not exist in any form.
-
Needs Assessment
Description
The old puppet cert list command has been deprecated by puppetserver ca list.
Previously using puppet cert list, it was possible to query for, or list, a specified set of certificates. This functionality should be added to puppetserver ca list as well.
Suggested implementation:
puppetserver ca list --certname NAME[,NAME]
|