From time to time, you will encounter problems while changing website configurations with enabled Let's Encrypt certificated. Most of the time, this is related to a failed validation request, for example because a certain server name does not point to our host already.
By now, it was pretty hard to reach the debugging output of our Let's Encrypt client, and it was not possible at all to enforce a run from a shell account. With this change, we add the letsencrypt-renew
shortcut which will allow you to enforce renewal and immediately see the output should a problem arise.
For details, please see the corresponding new part in our documentation.