Hey there,
I've created a simple module (for those who already have it installed) to allow control panel owners to easily create and enable auto-renewal of lets encrypt SSL certificates through Certbot. Simple as uploading any other module. It's open source, so feel free to contribute on GitHub and I'll take a look at any pull requests.
http://github.com/Saforax/certbot-cwpAs I said, extremely simple and barebones. Was literally an idea I had earlier today to make my life all those 5 seconds easier.
To install:
Upload certbot.php to /usr/local/cwpsrv/htdocs/resources/admin/modules
Create/Edit /usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php and add:
<li><a href="index.php?module=certbot"><span class="icon16 icomoon-icon-arrow-right-3"></span>Certbot</a></li>
To use:
On the admin panel, open Certbot from the Developer Menu
Enter the domain, name of the account and an email to register the certifcate with
Once you have pressed create and recieve the success from the command line (Message seen at top of the page), install the certificate from the ssl manager as you would others.
It's barebones and ugly in its current form, but it gets the job done.
Cheers,
-Saf
For updates, check the Github Repository