ansible-acme-sh
ansible-acme-sh copied to clipboard
Key file installed with 755 permissions
This role is so much better than the one I'd started to write on my own! One issue though: There's only one variable {{ acme_sh_copy_certs_to_path }} which is used for both the certificate and the key. They are both installed to a folder with 755 permissions. For security reasons, the key file should have a separate {{ acme_sh_copy_keys_to_path }} variable corresponding to a folder with 750 permissions.
Thanks!
If you don't make a PR for this, I will