I am running Foreman Katello in our data center environment.
when i was working last night (i was very tired) to clean up a few machines that where getting errors due to puppet ssl the steps i usually take to fix it is delete the ssl directory on the endpoint and revoke the ssl cert from the foreman server and force a puppet check in using puppet agent -t
in error i deleted the SSL directory under /etc/puppetlabs/puppet/ on the foreman.
The steps i have taken to fix it is i have run the command puppetserver ca setup from foreman to regenerate the puppet ca cert and then deleted all ssl directories under puppet folder on all the endpoints to force them to regenerate.
This seems to have worked and foreman appears to be working correctly however i wanted to know, are we likely to run into issues with foreman in the future due to this?