This module is supposed to work with EURid - .eu
-
Download and install WHMCS
-
Place the repository as eurid directory in
[WHMCS]/modules/registrars
, place your key.pem and cert.pem files in the same eurid directory. -
Activate from Configuration -> Apps & Integrations -> (search for eurid) -> Activate
-
Configure from Configuration -> System Settings -> Domain Registrars
-
Add a new TLD using Configuration -> System Settings -> Domain Pricing
-
Create a whois.json file in
[WHMCS]/resources/domains
and add the following:
[
{
"extensions": ".eu",
"uri": "socket://whois.eurid.eu",
"available": "AVAILABLE"
}
]
You should be good to go now.