alex
alex
Good point! It isn't there yet but I'll start working in it soon. Renew should be very easy as it doesn't require challenge resolution.
Of course. Will do.
Good point, @bof. I'll try to make it better.
Yeah, you're right. It should auto-create the missing dir. It's a bug.
We haven't got to it yet. Like said, we've just started and it's early stages. But you're welcome to come up with a plan.
Now that [Admin API](https://cloud.google.com/appengine/docs/admin-api/) is available, this can actually be implemented!
Oh man, I've been missing on all your PRs somehow. My bad, sorry. Will review them shortly.
Been thinking about this. Not sure it's the best way because: - "cert is still valid for more than one week, not renewing" is a bit harsh :) I know...
Ok, yeah, there's value in doing it internally but I really want to keep commands behavior to a minimum when it comes to a critical decision (e.g. whether to re-issue...
Precisely. Or, it could also be an option to the `acme cert` command: ``` # will renew all existing certs which expire within the next 48 hours acme cert -renew=48h...