This repository contains a plugin for WHMCS that interacts with the CentralNic Registry EPP server. It should also work with any standards-compliant EPP server, although this is not guaranteed.
This plugin should not be confused with the CentralNic Reseller plugin for WHMCS.
The .LA and .SK TLDs use dedicated instances of the CentralNic system, so if you want to use this plugin for these TLDs, you need to tell the plugin to use a different EPP server.
To do this, create an environment variable called EPP_SERVER_NAME
. Note that this will override the testMode
config option.
- SK:
- Production:
epp.sk-nic.sk
- OT&E:
epp-ote.sk-nic.sk
- Production:
- LA:
- Production:
epp.lanic.la
- OT&E
ote.lanic.la
- Production:
<?php
setenv('EPP_SERVER_NAME=epp.sk-nic.sk');
LoadModule env_module modules/mod_env.so
SetEnv EPP_SERVER_NAME epp.sk-nic.sk
Please use the GitHub issues system to report any issues with this plugin.
Copyright 2023 CentralNic Group PLC. All rights reserved.