-- Leo's gemini proxy

-- Connecting to git.ritesh.ch:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

ritesh/epp-rtk-java-extras.git - Gemini Git Browser


Branches

🎋 master

Tree

📁 lib

📁 src

📄 CHANGELOG.md

📄 LICENSE.TXT

📄 README.md

📄 build.xml




📖 README



EPP RTK Java Extras


This library extends the Java EPP Registrar Toolkit[1] and adds the following features.

[1] Java EPP Registrar Toolkit


1) The ability to bind a TLS connection to a particular local IP address and port because registries tend to restrict access by IP.

This is useful in the case that you have mutliple interfaces on your machine.


2) The ability to pass in the path for the directory of your SSL keystore and config, instead of having to set a system property.

I have multiple EPP RTK deployments on the same machine and not all use the same keystore.


3) A method to fetch the greeting in XML form


There are more unorganized modifications for EPP RTK that I am using. The EPP extensions that I've added can be found here[2]

[2] found here


To build the library, just clone the repo and run the ant build script. It builds with Bouncy Castle 1.5 and EPP RTK 0.9.9.


To use it, just create objects of the inherited EPPClient class provided in this library instead of the EPP RTK one.

-- Response ended

-- Page fetched on Fri May 3 11:27:09 2024