⚠️ Deprecated - Use our new SSL Module for WHMCS
✅ Please use our new SSL Module for WHMCS instead. Download the new module files here.
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