ansible-acme-sh
ansible-acme-sh copied to clipboard
Install and auto-renew SSL certificates with Let's Encrypt using acme.sh.
A more robust version of #15 -- allows you to choose the CA you wish to use but defaults to [LetsEncrypt.org.](https://letsencrypt.org)
Hi, it would be great to dissociate setup tasks with usage ones to be able to execute certificate creations on multiple lays without having to replay the setup.
@nickjj I hope you don't mind, I'm making an issue so that if someone wants to take it up.
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...
acme.sh has switched from LetsEncrypt to ZeroSSL as default CA. But documentation and possibly some options of this role expects letsencrypt. According to my tests and https://github.com/acmesh-official/acme.sh the default is...
document https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode
Hi, This is a small pull request to add the ability to your role to call deploy hook from acme (https://github.com/acmesh-official/acme.sh/wiki/deployhooks). I'll be glad to discuss about this PR if...
Hi @nickjj , Here is another small pull request to be able to use the notification feature of acme.sh Regards
Hi, Ansible version : **2.9.9** It looks like there is an issue to delete installed certificates when setting remove option to True in domain definition. ```yml acme_sh_domains: - domains: ["sub.domain.tld"]...