Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acme_sh_renew_time_in_days does not work #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bombaywalla
Copy link

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.

The acme.sh install task does not use the --days argument. The issue
task does. Perhaps th renew task does as well.

Slight change in wording to avoid a single apostrophe which was
causing emacs to syntax highlight incorrectly.
@bombaywalla bombaywalla changed the title --days should be moved from the install task to the issue task acme_sh_renew_time_in_days does not work Aug 6, 2019
@DerDanilo
Copy link

DerDanilo commented Nov 20, 2019

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

@nickjj
Copy link
Owner

nickjj commented Nov 20, 2019

@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.

@DerDanilo
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants