ansible-acme-sh icon indicating copy to clipboard operation
ansible-acme-sh copied to clipboard

acme_sh_renew_time_in_days does not work

Open bombaywalla opened this issue 6 years ago • 3 comments

The renewal days value was used in the install (install of acme.sh itself) task. But acme.sh does not use the --days argument. However, the acme.sh issue task does use the --days argument. So, move the --days argument from the install task to the issue task.

The renew task also appears to use the --days argument. But, I was not able to verify that it would be appropriate to use the --days argument in the renew task as well.

Added |bool to avoid deprecation warnings where a bare var was used as a boolean.

bombaywalla avatar Aug 05 '19 02:08 bombaywalla

Is this project still active? Looks promissing though. Would be nice if these fixes were merged.

DerDanilo avatar Nov 20 '19 10:11 DerDanilo

@DerDanilo I've had a year long project now where I've been adding and refactoring a bunch of Ansible roles. I have not been using this role for a long time, but I have a new role that uses acme-sh that acts more as a general PKI role (it supports ACME, self signed and 3rd party certs). It will be open sourced at some point when everything is ready.

nickjj avatar Nov 20 '19 11:11 nickjj

That sounds good. So I will go ahead and build my own role for our specific case until yours is ready. Can you estimate some time when you can release it?

DerDanilo avatar Dec 08 '19 11:12 DerDanilo