In this line
https://github.com/felixfontein/ansible-acme/blob/main/roles/acme_certificate/tasks/obtain-cert.yml#L202
The parameters no-CAfile and no-CApath are not compatible with the OpenSSL version that is installed per default on MacOS (Which is LibreSSL).
Would it be okay to suggest investigating wether using different parameters would be possible, or skipping this step?
The role seems to be working fine without them, maybe a different check could be implemented (or a condition as to not perform the check).
Happy to implement this if wished.
In this line
https://github.com/felixfontein/ansible-acme/blob/main/roles/acme_certificate/tasks/obtain-cert.yml#L202
The parameters
no-CAfileandno-CApathare not compatible with the OpenSSL version that is installed per default on MacOS (Which is LibreSSL).Would it be okay to suggest investigating wether using different parameters would be possible, or skipping this step?
The role seems to be working fine without them, maybe a different check could be implemented (or a condition as to not perform the check).
Happy to implement this if wished.