The Openprovider WHMCS SSL Module is not actively maintained and may not be compatible with latest versions of WHMCS and PHP. Users are encouraged to fork and develop the current module to meet their needs. We plan to resume development of the module in the future, however we don't have an ETA at this point.
This repository contains addon and server module for SSL part of Openprovider.
Version: 2.0.5
Please check out this list:
- PHP 5.4+
- https://getcomposer.org/
- Copy content of your module folder to
/var/www/whmcs/modules/servers/<your_provisioning_module>
folder. - Run
composer update && composer du
in copied folder. your_provisioning_module
is the folder name of your addon, e.g./var/www/whmcs/modules/servers/openprovidersslnew
- Copy content of your addon folder to
/var/www/whmcs/modules/addons/<your_addon_name>
folder and that's it. your_addon_name
is the folder name of your addon, e.g./var/www/whmcs/modules/addons/openproviderssl_new
- Go to the WHMCS root directory, e.g. /var/www/whmcs
- Copy here file from root of the repo: generateSslPanelOtpToken.php
- If you want to write tests, run
composer update
at the root of repository. - Code review is made by owner of this repository for every pull request.
- Please follow PSR and other good coding standards.
- Yaroslav Lukyanov ylukyanov@openprovider.ru