Let'sEncrypt Certificate Manager (LeCM)
Overview
This plugin is in beta state, more improvements will be added soon. Let'sEncrypt Manager provides simple user interface for Let'sEncrypt Certificate request mechanism.
Simple Let's encrypt client concept in PHP and Octobercms plugin.
Note: lescript is standalone part of LEManager. Inspired from Lescript.
LeCM is simplified concept of ACME client implementation especially for Let's Encrypt service. It's goal is to have single user Interface for managing and renewing SSL certificates
Use at your own risk.
Usage
See the documentation section. Please change paths as per your server environment - purpose of this library is not to use as it is nor use it in production! You can use it on production server if you know very well what this plugin does.
Support challenge only through webroot.
Requirements
- PHP 5.3 and up
- OpenSSL extension
- Curl extension
Let’s Encrypt is a free, automated, and open Certificate Authority. This plugin will only generate certificate and key files. Certificate has to be installed manually on your domain/host.
Installation
- Install the plugin from store
- You're done :)
Usage
- Just goto settings and click LetsEncrypt
- Click create button to create new certificate request.
- Add email, domain, Website root path and certificate storage path and Click Save
Note Webroot should be a complete physical path to webserver's root.
For ex. /home/userdomain/public_html.</code>
certificate storage should be a complete physical path to webserver's folder which has write access or can use existing ssl folders.
For ex. /home/ssl/certs.
- This will enable Generate Certificate button
- Click Generate Certificate, this will take some time.
- Check the generate log for more info
Feature List
As of 1.0.3
- Backend Setting for Certificate creation
Planned Features
Details
We recommend to read more information at https://letsencrypt.org. Only expert user with the knowledge of SSL installation should use this plugin
-
This plugin has not been reviewed yet.
-
1.0.4 |
Added Cron Job Support to Auto renew Certificate. Aug 30, 2019 |
---|---|
1.0.3 |
Updated table iocare_letsencrypt_le Dec 23, 2016 |
1.0.2 |
Created table iocare_letsencrypt_le Dec 23, 2016 |
1.0.1 |
Initialize plugin. Dec 23, 2016 |