Puppet: Difference between revisions

From Halfface
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
==list certificate requests==
==list certificate requests==
  puppet ca list
  puppet ca list
 
==list certs==
puppet cert list
==remove cert==
puppet cert clean host.domain.se
[[Category:Applications]]
[[Category:Applications]]
[[Category:Unix]]
[[Category:Unix]]
[[Category:Automation]]
[[Category:Automation]]

Revision as of 13:41, 8 March 2019

Test run puppet

puppet agent --test --debug --noop

list certificate requests

puppet ca list

list certs

puppet cert list 

remove cert

puppet cert clean host.domain.se