https://github.com/getpinga/fossbilling-epp-fr
EPP Registrar Module for FOSSBilling (AFNIC)
https://github.com/getpinga/fossbilling-epp-fr
Last synced: 11 months ago
JSON representation
EPP Registrar Module for FOSSBilling (AFNIC)
- Host: GitHub
- URL: https://github.com/getpinga/fossbilling-epp-fr
- Owner: getpinga
- License: mit
- Created: 2024-01-26T10:27:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:44:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T14:13:14.427Z (over 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EPP Registrar Module for FOSSBilling (AFNIC)
## Compatibility
This module is designed for use with AFNIC registry - all extensions.
# FOSSBilling Module Installation instructions
## 1. Download and Install FOSSBilling:
Start by downloading the latest version of FOSSBilling from the official website (https://fossbilling.org/). Follow the provided instructions to install it.
## 2. Installation and Configuration of Registrar Adapter:
First, download this repository which contains the AFNIC.php file. After successfully downloading the repository, move the AFNIC.php file into the `[FOSSBilling]/library/Registrar/Adapter` directory.
On lines 311 and 312 you will need to put a hardcoded contact ID for transfer requests. There is no way currently to pass it via FOSSBilling. Just replace the {{ admin }} and {{ tech }} with the chosen contact ID.
## 3. Activate the Domain Registrar Module:
Within FOSSBilling, go to **System -> Domain Registration -> New Domain Registrar** and activate the new domain registrar.
## 4. Registrar Configuration:
Next, head to the "**Registrars**" tab. Here, you'll need to enter your specific configuration details, including the path to your SSL certificate and key.
## 5. Adding a New TLD:
Finally, add a new Top Level Domain (TLD) using your module from the "**New Top Level Domain**" tab. Make sure to configure all necessary details, such as pricing, within this tab.
# Troubleshooting
If you experience problems connecting to your EPP server, follow these steps:
1. Ensure your server's IP (IPv4 and IPv6) is whitelisted by the EPP server.
2. Confirm your client and server support IPv6 if required. If needed, disable IPv6 support in EPP server.
3. Reload the EPP module or restart the web server after any changes.
4. Ensure certificates have the correct permissions: `chown www-data:www-data cert.pem` and `chown www-data:www-data key.pem`.
5. Verify the EPP module is configured with the chosen registrar prefix.