diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-11-12 11:57:16 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-11-12 11:57:16 -0200 |
commit | e31fc1a7b51501555867f5c175664710662ffc26 (patch) | |
tree | 49a8b15c16e4f8feaf0b0d518d21511b6d9c8c4a /certs | |
parent | beeed4e1d5348e0fb2dc562bf462cf2e16486e98 (diff) | |
download | padrao-e31fc1a7b51501555867f5c175664710662ffc26.tar.gz padrao-e31fc1a7b51501555867f5c175664710662ffc26.tar.bz2 |
Updates certs
Diffstat (limited to 'certs')
-rw-r--r-- | certs/puppet.mdwn | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/certs/puppet.mdwn b/certs/puppet.mdwn deleted file mode 100644 index 490341f..0000000 --- a/certs/puppet.mdwn +++ /dev/null @@ -1,30 +0,0 @@ -Puppet: trocando certificados -============================= - -Resetando o master ------------------- - -Conforme [referência](http://blkperl.github.io/replace-puppet-ca.html): - - hydractl puppet-reset-master - -Caso seja necessário limpar todos os requests durante testes: - - rm /var/lib/puppetmaster/ssl/ca/requests/* - -Reiniciando os agentes ----------------------- - -Cada agente precisa ter seus certificados criados: - - admin@box$ hydra $HYDRA mass hydractl puppet-reset-agent - admin@box$ hydra $HYDRA mass hydractl puppet-finger - -Colete os fingerprints gerados e confirme com o master: - - root@master$ puppet cert list - root@master$ puppet cert sign --all - -Finalmente, - - admin@box$ hydra $HYDRA mass /etc/init.d/puppet restart |