Deprecated - please use the new SSL module
This Openprovider WHMCS SSL module is no longer actively maintained and may not be compatible with the latest versions of WHMCS or PHP. We recommend using our new SSL module.
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 duin copied folder. your_provisioning_moduleis 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_nameis 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 updateat 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