unfetter-discover/unfetter

Certs are recreated even when the backup has the right ones

infosec-alchemist opened this issue · 1 comments

In testing, the certs are being recreated even when the files exists.

It seems that although the certs generations was refactored into the "common" playbook and only run when the certs files are not there, and not in dev, the openssl role is still in place, and still being run every time.

Need to remove the openssl role all together.