Despite LuCi is considered to be an easy way to configure, it has some items that are not obvious. So I did a bit of reverse engineering by googling CF specific options and manually editing /etc/config/acme configuration file. After all edits have been done, I have refreshed LuCi and bingo! Finally it is clear what to enter, where and how. Please kindly find my screenshot below.
Thanks @NotABot for your feedback, and glad to hear all is well with your setup.
Well, I have figured out that the issuance takes place when you either press Save&Apply in LuCI or issue /etc/init.d/acme restart command. I did that and got the same result as you: skip, next renewal on... I can assume that could be because of the renewal date has not yet come. I believe somebody who is familiar with this can shed more than me.
I have also figured out from the /usr/lib/acme/run-acme wrapper script that it should make all the necessary settings on its own. It reloads uhttpd as well.
Anyway, I can see that acme script is scheduled to run every midnight, please see below. I hope it will issue a new certificate when the expiration date comes. #crontab -l
0 0 * * * /etc/init.d/acme start