SSL Cerfticate Issue - SamanthaCra/OE2_SEM1_2024 GitHub Wiki

image

I noticed that the crl.pem file was smaller on the mgmt directory

image

So i decided to run this on the whole directory and check the exact size and there was a big difference

image

image

Already i decided i was going to backup this directory to the older state but i had a wee look around and found this line added to my puppet.conf file:

image

So already i knew our system had been corrupted so copied my backup over using the following command structure

rsync $Source $Dest

image

image

image