Hi!
The better way for us was made a Django ApiRest for our front based in PHP Synfony2. You can import fred-client lib and use it into your ApiRest.
Best regards,
Agustin Sacramento
-----Original Message-----
From: fred-users [mailto:fred-users-bounces@lists.nic.cz] On Behalf Of Jaromir Talir
Sent: Friday, November 11, 2016 13:34
To: A mailing list for users and developers of FRED registry system
Subject: Re: PHP API
Hi,
there is nothing I'd know about for immediate use. It would be great if somebody from community of users would make it. We don't have PHP programmers in our company.
Regards,
Jaromir
On Sun, 2016-11-06 at 14:12 +0200, Mark Elkins wrote:
> Better still - open sourced, readable and commented code of an API
> written in PHP.
>
> On 06/11/2016 13:14, Thiago Farina wrote:
>> Is there a PHP API for the Python fred client?
>>
>> --
>> Thiago Farina
> _______________________________________________
> fred-users mailing list
> fred-users(a)lists.nic.cz
> https://lists.nic.cz/cgi-bin/mailman/listinfo/fred-users
--
Jaromir Talir
Technicky partner / Technical Fellow
-------------------------------------------
CZ.NIC, z.s.p.o. -- .cz domain registry
Milesovska 5, 130 00 Praha 3, Czech Republicmailto:jaromir.talir@nic.cz http://nic.cz/ sip:jaromir.talir@nic.cz tel:+420.222745107
mob:+420.739632712 fax:+420.222745112
-------------------------------------------
_______________________________________________
fred-users mailing list
fred-users(a)lists.nic.cz
https://lists.nic.cz/cgi-bin/mailman/listinfo/fred-users
I'm writing some words on my understanding of Premium Domain Names - and
am not sure about FRED....
Quick question:
Does FRED implement the code to specify that "these names" are premium
names and therefore cost more. The Registrar also needs a slight EPP
code modification in that they must provide the (expected) cost of the
domain to the Registry - in order to confirm its premium status - and I
guess - the correct cost.
In order for the Registry to implement this, one might need to perhaps
provide a file of "regular expressions" which if met - would imply the
Domain Name is Premium... could even add a second column as the cost?
eg
. (to match one character)
.. (to match two characters)
... (to match three characters)
green ( and other "generic" names)
blue
sexy
travel
hotel* (hotel, hotels, hotel-bookings - etc)
Perhaps - do people have a different understanding of "What is a Premium
Domain Name" ?
--
Mark James ELKINS - Posix Systems - (South) Africa
mje(a)posix.co.za Tel: +27.128070590 Cell: +27.826010496
For fast, reliable, low cost Internet in ZA: https://ftth.posix.co.za
1. The update_domain source includes the keyset firld. which is correct:
-----
self.epp.update_domain(get_domain.id.id.name, add_admin=None,
rem_admin=None,
chg={'nsset' : None, 'keyset' : keyset_id, 'registrant' : None,
'auth_info' :
None}, val_ex_date=None, cltrid=None)
-----
But the documentation does not. Checking
https://fred.nic.cz/files/fred/fred.txt, we have this fragment
-----
update_domain(self, name, add_admin=None, rem_admin=None, chg=None,
val_ex_date=None,
cltrid=None)
DESCRIPTION:
The EPP 'update_domain' command is used to update values in the domain.
SYNTAX:
update_domain name [other_options]
OPTIONS:
name (required) Domain name
add_admin Administrative contact ID (unbounded list)
rem_admin Administrative contact ID (unbounded list)
chg Change values
nsset NSSET ID
registrant Registrant ID
auth_info Password required by server to authorize the transfer
val_ex_date Validation expires at
cltrid Client transaction ID
-----
2. The DS generated from the DNSKEY included in keysets, only includes
the algorithm 1 (SHA1) but not 2 (SHA256).
Best.
Mario
We are now prepapring to transfer multiple domains from our 2R registry to registrars now on
the 3R FRED registry for .mw domains.
Could you please tell me the best database command for collecting the auth info for a
domain
Since there appears to be no bulk domain transfer facility in FRED my guess is that we need
to run the database query repeatedly to collect domain & auth-info pairs that we can then
pass on to the registrar.
What is the current best practice for passing auth info details to a registrar?
Regards,
PC
======================
Dr Paulos B Nyirenda
NIC.MW & .mw ccTLD
http://www.registrar.mw
We are now prepapring to transfer multiple domains from our 2R registry to registrars
now on the 3R FRED registry for .mw domains.
Could you please tell me the best database command for collecting the auth info for a domain
Since there appears to be no bulk domain transfer facility in FRED my guess is that we
need to run the database query repeatedly to collect domain & auth-info pairs that we
can then pass on to the registrar.
What is the current best practice for passing auth info details to a registrar?
Regards,
PC
======================
Dr Paulos B Nyirenda
NIC.MW & .mw ccTLD
http://www.registrar.mw
----------------------------------------------------------
Malawi SDNP Webmail: http://www.sdnp.org.mw
Access your Malawi SDNP e-mail from anywhere in the world.
----------------------------------------------------------
Jaromir, all,
Our FRED registry 3R operation is going well enough that we can now move on to tackle
issues on domain transfers and I have one or two questions with the following understanding
that I have:.
1. My understanding is that: Once auth_info has been sent from current owner A to new
owner B for domain dA.mw then B can do the transfer, such as using fred-client command:
transfer_domain dA.mw auth_info_A [other_options]
Is this correct? what are the other options?
2. A WHOIS query for dA.mw will then list new registrar: B
3. System then generates new auth_info_B and assigns it under registrar B ... right ?
4. How can the registry charge for the transfer of the domain dA.mw?
5. What needs to be configured in FRED to charge for domain transfers like this one?
6. If this FRED config can be done using fred-admin then please show syntax for trhe
fred-admin command to configure charging for domain transfers.
7. If there a similar arrangement for transfering other objects like contacts and/or nssets?
Regards,
Paulos
======================
Dr Paulos B Nyirenda
NIC.MW & .mw ccTLD
http://www.registrar.mw
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12929 - Release Date: 09/01/16
------- End of forwarded message -------
Hi,
I'm using https://github.com/metaregistrar/php-epp-client as the EPP client.
For being able to use it I need to feel some parameters in settings.ini:
interface=eppConnection
hostname=ssl://epp.demo.fred.nic.cz
port=xxxxxx
userid=xxxxxxxx
password=xxxxxxxxx
Which port, userid and password should I use to connect to Fred?
Is it possible to use certificates from https://letsencrypt.org/?
Thanks,
--
Thiago Farina
Hello Piotr,
LOL...
Just about everything. The gTLD is currently on CoCCA and want to move to
a different system.
On Fri, Sep 2, 2016 at 9:15 AM, Piotr Przybył <piotr(a)przybyl.org> wrote:
> On 02/09/16 15:07, Stanford Mings wrote:
> > Hello All,
> >
> > I am working with a gTLD and would like to get some assistance in using
> FRED. I have the system up
> > on a VM in my lab and can access it via the web-admin and the
> fred-client CLI.
> >
> > Any assistance would be greatly appreciated.
> >
> > - Stanford Mings
>
> Hello Standord
>
> "What can I do you for?" ;-)
>
> Are you interested in FRED's features, configuration, ...?
>
> Best regards
> Piotr
>
> _______________________________________________
> fred-users mailing list
> fred-users(a)lists.nic.cz
> https://lists.nic.cz/cgi-bin/mailman/listinfo/fred-users
>
Hello All,
I am working with a gTLD and would like to get some assistance in using
FRED. I have the system up on a VM in my lab and can access it via the
web-admin and the fred-client CLI.
Any assistance would be greatly appreciated.
- Stanford Mings