This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
SSL / Lets Encrypt Certbot CWP Module
« on: May 21, 2016, 10:16:11 PM »
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-cwp
As 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:
To use:
It's barebones and ugly in its current form, but it gets the job done.
Cheers,
-Saf
For updates, check the Github Repository
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-cwp
As 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:
Quote
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:
Quote
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
Pages: [1]