5.8.4. Transfer keyset

A keyset transfer command is used to take over sponsorship of a keyset.

An AuthInfo (in role of transfer password) must be provided for authorization. It can be the AuthInfo of:

  • the keyset, or

  • a technical contact of the keyset.

A new AuthInfo is generated for the keyset by the server after a successful transfer.

The keyset transfer command is a transfer element in the keyset namespace (http://www.nic.cz/xml/epp/keyset-1.3).

The command must be contained in the <transfer> command type. The command type must specify the request operation (@op = 'request').

5.8.4.1. Command element structure

The <keyset:transfer> element must declare the keyset namespace and schema and it must contain the following child elements:

  • <keyset:id> (1) – the keyset handle as fredcom:objIDType,

  • <keyset:authInfo> (1) – the authorization information (AuthInfo for short, in role of transfer password) as fredcom:authInfoType.

Example
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
   <command>
      <transfer op="request">
         <keyset:transfer xmlns:keyset="http://www.nic.cz/xml/epp/keyset-1.3"
          xsi:schemaLocation="http://www.nic.cz/xml/epp/keyset-1.3 keyset-1.3.4.xsd">
            <keyset:id>KID-TRKEYSET</keyset:id>
            <keyset:authInfo>trpwd</keyset:authInfo>
         </keyset:transfer>
      </transfer>
      <clTRID>skmb002#17-08-01at13:22:08</clTRID>
   </command>
</epp>
FRED-client equivalent
> transfer_keyset KID-TRKEYSET trpwd

5.8.4.2. Response element structure

The FRED EPP server responds with a plain result message which does not contain any response data (no <resData>).

See also Success or failure of a command.