Quick start guide Version February Quick start guide. Release 3.1. Copyright 2015 DNS Belgium vzw

Size: px
Start display at page:

Download "Quick start guide Version February Quick start guide. Release 3.1. Copyright 2015 DNS Belgium vzw"

Transcription

1 Quick start guide Version February 2016 Quick start guide Release 3.1 Copyright 2015 DNS Belgium vzw

2 Table of contents TABLE OF CONTENTS INTRODUCTION Purpose Overview Document history COSTUMER SUPPORT CONTACTS CONFIGURATION Access LIVE system TEST system User accounts EPP credentials Period durations IDN DNSSEC EPP BASICS EPP FRAME EXAMPLES... 7 APPENDIX 1: ALLOWED IDN CHARACTERS... 9 Copyright 2015 DNS Belgium vzw 2

3 1 Introduction 1.1 Purpose This document gives a short introduction to use the systems of DNS Belgium for gtlds.vlaanderen and.brussels. Full documentation is contained in the Registrar Manual. Note that DNS Belgium provides two separate Registry Systems: Test / OT&E System: This system allows Registrars to test the integration of their infrastructure with the Registry systems. Transactions performed in that system do not affect the live TLD / WHOIS data. Various periods are set to shorter intervals in order to ease the testing process. Production System: Transactions in the production system affect the live objects in the TLD and WHOIS interfaces. 1.2 Overview Configuration EPP basics Launch phases Examples 1.3 Document history Date Change 07/04/2014 Initial version 01/08/2014 Description of all launch phases 30/04/2015 Removal of launch phases, GA only 05/02/2016 Removal of disclose policy. Addition of 2 DNSSEC algorithms. Copyright 2015 DNS Belgium vzw 3

4 2 Costumer support contacts The registry support team can be reached at: phone number: Configuration 3.1 Access LIVE system The registry system is reachable as follows: TLD.vlaanderen.brussels EPP hostname epp.nic.vlaanderen epp.nic.brussels EPP port Registrar-web registrar.nic.vlaanderen registrar.nic.brussels Command line WHOIS whois.nic.vlaanderen:43 whois.nic.brussels:43 Finger finger.nic.vlaanderen:79 finger.nic.brussels:79 Copyright 2015 DNS Belgium vzw 4

5 3.1.2 TEST system The registry TEST system is reachable as follows: TLD.vlaanderen.brussels EPP hostname test-epp.nic.vlaanderen test-epp.nic.brussels EPP port Registrar-web test-registrar.nic.vlaanderen test-registrar.nic.brussels Command line WHOIS test-whois.nic.vlaanderen:43 test-whois.nic.brussels:43 Finger test-finger.nic.vlaanderen:79 test-finger.nic.brussels: User accounts Each registrar will receive a user-name (registrar handle) and temporary password to login to registrar-web. After login to registrar-web, the web password can be changed and the EPP password can be set. On the test system, two separate registrar accounts will be provided in order to test transfers. 3.3 EPP credentials The EPP password can be set on registrar-web. Access to the EPP server needs to be enabled on a per-ip-address basis. Addresses can be added via the registrar web. The EPP interface does not require a client certificate. The number of concurrent sessions to the EPP server of the live system per username is limited to 4 but can drop to 2 on DNS Belgium s initiative. Copyright 2015 DNS Belgium vzw 5

6 3.4 Period durations The Registry supports the following periods. Note that in order to test the various periods, the test Registry uses minutes where the production registry would use days. For example, the Add Grace Period on the test registry lasts for 5 minutes, where the same period will last for 5 days on the production registry. A summary of periods follows (Production periods, with test periods in parentheses): Add Grace Period: 5 days (5 minutes) Renew Grace Period: 5 days (5 minutes) Transfer Grace Period: 5 days (5 minutes) Auto-Renew Grace Period: 45 days (45 minutes) Redemption Period: 30 days (30 minutes) Pending Restore Report: 7 days (7 minutes) Pending Delete: 5 days (5 minutes) Pending Transfer: 5 days (5 minutes) 3.5 IDN The registry supports IDN2008. The IDN implementation has the following properties: The list of allowed characters can be found in the annex of this document. There is no variant handling. On the EPP-Interface, the A-Label must be used. 3.6 DNSSEC The Registry supports provisioning of DNSSEC information, and has the following related properties: The Registry requires key material as dsdata in the EPP frames The use of keydata is not supported Copyright 2015 DNS Belgium vzw 6

7 4 EPP Basics The EPP server has the following properties (this refers to the stable operations of the registry): The EPP server offers host, contact, domain objects. Domain names must include the TLD (e.g. example.brussels ). Newly created domain names are active immediate (no pendingcreate / approval). Host attributes in domains cannot be used (Use host objects). External host objects do not allow for IP addresses, while internal host objects (below the TLD) require at least one IP address. In contact objects, only the internationalized ( type=int ) fields can be used. In domain objects, exactly one registrant, and at least one tech, admin contact each is required. The billing contact is not supported. Contact objects require an empty authinfo element on creation. Contact transfers are not supported. The default value for disclose on contacts is 1. Please don t change this value for risk of being audited by ICANN. A restore command requires a subsequent restore report. Domain names can be created without references to host objects however, this also means such domains are not included in the DNS. Domain transfer requests require the authinfo of the respective domain object. Domain Transfers are auto-approved after 5 days (or, 5 minutes on the test system), but can also be o Approved or rejected by the losing registrar. o Cancelled by the gaining registrar 5 EPP Frame examples The following section provides EPP examples for the TLD. Place holders need to be changed for the respective request, and will change in the EPP server s response. Copyright 2015 DNS Belgium vzw 7

8 Registrations for domains are submitted as follows: Request: <?xml version="1.0" encoding="utf-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi=" xsi:schemalocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <command> <create> <domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemalocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd"> <domain:name>${domain}</domain:name> <domain:period unit="y">1</domain:period> <domain:ns> <domain:hostobj>${ns1}</domain:hostobj> <domain:hostobj>${ns2}</domain:hostobj> </domain:ns> <domain:registrant>${registrant}</domain:registrant> <domain:contact type="admin">${admin}</domain:contact> <domain:contact type="tech">${tech}</domain:contact> <domain:authinfo> <domain:pw>${authinfo}</domain:pw> </domain:authinfo> </domain:create> </create> <cltrid>${cltrid}</cltrid> </command> </epp> Response: <?xml version="1.0" encoding="utf-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi=" <response> <result code="1000"> <msg>command completed successfully</msg> </result> <resdata> <domain:credata xmlns="urn:ietf:params:xml:ns:domain-1.0" xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name>${domain}</domain:name> <domain:crdate>${crdate}</domain:crdate> <domain:exdate>${exdate}</domain:exdate> </domain:credata> </resdata> <trid> <cltrid>${cltrid}</cltrid> <svtrid>${svtrid}</svtrid> </trid> </response> </epp> Copyright 2015 DNS Belgium vzw 8

9 Appendix 1: allowed IDN characters Copyright 2015 DNS Belgium vzw 9

10 Copyright 2015 DNS Belgium vzw 10

gtld Registrar Manual Part I : Quickstart

gtld Registrar Manual Part I : Quickstart gtld Registrar Manual Part I : Quickstart Version 1.0 Copyright Ó 2016 DNS Belgium vzw/asbl 1 Table of contents Table of contents... 2 1 Introduction... 3 1.1. Purpose... 3 1.2. Overview... 3 1.3 Document

More information

gtld Registrar Manual Part V : Delta

gtld Registrar Manual Part V : Delta gtld Registrar Manual Part V : Delta Copyright Ó 2016 DNS Belgium vzw/asbl 1 Table of contents Table of contents... 2 1 Introduction... 3 2 Business rules... 3 2.1 Differences... 3 2.2 Commonalities...

More information

EPP Fee Extension Protocol Instructions

EPP Fee Extension Protocol Instructions EPP Fee Extension Protocol Instructions (English version) LAST REVISION DATE: 25 October, 2016 The registration system of Beijing TeleInfo Network Technology Co., Ltd. (Teleinfo) supports Fee Extension

More information

NEUSTAR REGISTRAR REFERENCE GUIDE SUNRISE SUPPLEMENT: FIRST COME, FIRST SERVED AWARD METHOD

NEUSTAR REGISTRAR REFERENCE GUIDE SUNRISE SUPPLEMENT: FIRST COME, FIRST SERVED AWARD METHOD NEUSTAR REGISTRAR REFERENCE GUIDE SUNRISE SUPPLEMENT: FIRST COME, FIRST SERVED AWARD METHOD December 20, 2013 This document is for informational purposes only. NEUSTAR MAKES NO WARRANTIES, EXPRESS, IMPLIED,

More information

Registrar- web Version February Registrar- web. Release 3.1. Copyright 2015 DNS Belgium vzw

Registrar- web Version February Registrar- web. Release 3.1. Copyright 2015 DNS Belgium vzw Registrar- web Version 3.1 5 February 2016 Registrar- web Release 3.1 Copyright 2015 DNS Belgium vzw Table of contents 1 Registrar Web... 3 1.1 User Management... 3 1.1.1 Permissions... 3 1.1.2 Transactions...

More information

DNRS2 Registrar Operations Test & Evaluation (OT&E) Version July, 2017

DNRS2 Registrar Operations Test & Evaluation (OT&E) Version July, 2017 DNRS2 Registrar Operations Test & Evaluation (OT&E) Page 1 of 77 DNRS2 Registrar Operations Test & Evaluation (OT&E) Version 1.8 03 July, 2017 Contents 1 Introduction... 3 1.1 Purpose... 3 1.2 Formatting

More information

Onboard with GoDaddy Questionnaire

Onboard with GoDaddy Questionnaire Onboard with GoDaddy Questionnaire Please answer the questions below for each of your TLDs, choosing from the response options noted to the right of the question and adding additional detail where reques

More information

REFERENCE MANUAL (1.23)

REFERENCE MANUAL (1.23) Registry-Registrar System (1.0) REFERENCE MANUAL (1.23) June 2012 Copyright 2006, Israel Internet Association (ISOC-IL) All rights reserved. Israel Internet Association (ISOC-IL) 6 Bareket St., POB 7210,

More information

EPP Fee Extension. Gavin Brown, CentralNic gavinbrown.xyz

EPP Fee Extension. Gavin Brown, CentralNic gavinbrown.xyz EPP Fee Extension Gavin Brown, CentralNic gavin.brown@centralnic.com gavinbrown.xyz Background CentralNic pricing extension (2009) New gtld Application Round (2012-) Fee extension in development from 2013

More information

Obsoletes: 3731 May 2007 Category: Standards Track. Extensible Provisioning Protocol (EPP) Domain Name Mapping

Obsoletes: 3731 May 2007 Category: Standards Track. Extensible Provisioning Protocol (EPP) Domain Name Mapping Network Working Group S. Hollenbeck Request for Comments: 4931 VeriSign, Inc. Obsoletes: 3731 May 2007 Category: Standards Track Extensible Provisioning Protocol (EPP) Domain Name Mapping Status of This

More information

Technical Integration Guide

Technical Integration Guide TECHNICAL INTEGRATION GUIDE February 27th, 2015 1 Technical Integration Guide - Version 3.0 - February 27th, 2015-1 - TECHNICAL INTEGRATION GUIDE February 27th, 2015 2 T a b l e o f c o n t e n t 1. Preface...

More information

EPP Extension Discussion

EPP Extension Discussion EPP Extension Discussion Allocation Token Extension Change Poll Extension IDN Table Mapping James F. Gould March 22, 2015 Introduction Discuss Three EPP Extension Internet Drafts with Why What Open Items

More information

DOMAIN NAME LIFECYCLE POLICY FOR THE TLDS.KOELN /.COLOGNE

DOMAIN NAME LIFECYCLE POLICY FOR THE TLDS.KOELN /.COLOGNE DOMAIN NAME LIFECYCLE POLICY FOR THE TLDS.KOELN /.COLOGNE A. Purpose of this document The purpose of this policy is to describe the various states that a domain name may be in during its life. B. Registration

More information

Request for Comments: 5076 Category: Standards Track December 2007

Request for Comments: 5076 Category: Standards Track December 2007 Network Working Group B. Hoeneisen Request for Comments: 5076 SWITCH Category: Standards Track December 2007 Status of This Memo ENUM Validation Information Mapping for the Extensible Provisioning Protocol

More information

The Domain Name Registration Policy

The Domain Name Registration Policy The Domain Name Registration Policy version 3.2 developed jointly with Hostmaister LLC by public domain administrators and registrars on November 1, 2013 and changes from LLC "PE Coordinator" October 1,

More information

Onboarding guide for new gtlds operated by Afnic

Onboarding guide for new gtlds operated by Afnic ONBOARDING GUIDE FOR NEW GTLDS OPERATED BY AFNIC July 23 rd, 2013 1 Onboarding guide for new gtlds operated by Afnic.alsace,.aquitaine,.bzh,.corsica,.paris - Version 1 - July 23rd, 2013 ONBOARDING GUIDE

More information

gtld Registrar Manual Part III : Registrar Web

gtld Registrar Manual Part III : Registrar Web gtld Registrar Manual Part III : Registrar Web Copyright Ó 2016 DNS Belgium vzw/asbl 1 Table of contents Table of contents... 2 1 Introduction... 3 1.1. Purpose... 3 2 User management... 3 2.1 Login...

More information

VNNIC EPP GATEWAY SPECIFICATION (Version 4.4)

VNNIC EPP GATEWAY SPECIFICATION (Version 4.4) VIETNAM INTERNET NETWORK INFORMATION CENTER - VNNIC TECHNICAL DEPARTMENT VNNIC EPP GATEWAY SPECIFICATION (Version 4.4) 1 Contents Part 1. Overview... 5 1.1. Document using... 5 1.2. Release note... 5 1.3.

More information

VNNIC EPP GATEWAY SPECIFICATION (Version 4.2)

VNNIC EPP GATEWAY SPECIFICATION (Version 4.2) VIETNAM INTERNET NETWORK INFORMATION CENTER - VNNIC TECHNICAL DEPARTMENT VNNIC EPP GATEWAY SPECIFICATION (Version 4.2) 1 Contents Part 1. Overview... 5 1.1. Document using... 5 1.2. Release note... 5 1.3.

More information

Technical Certification

Technical Certification Technical Certification Requirements and Process This document describes the process and procedures for passing technical certification in the Rightside registry. Copyright 2015 Rightside Registry Copyright

More information

Domain Name Lifecycle Policy

Domain Name Lifecycle Policy 5 June 2017 CURRENT dotshabaka Registry dotshabaka.com @dotshabaka دوت شبكة ريجستري اسماء.شبكة @dotshabaka International Domain Registry Pty Ltd trading as dotshabaka Registry ACN 156 339 874 ABN 71 156

More information

Sponsor s Monthly Report for.coop TLD

Sponsor s Monthly Report for.coop TLD Sponsor s Monthly Report for.coop TLD Reporting period: May 2011 In this report the terms dotcoop, Registry and Sponsor refer to DotCooperation LLC, the Sponsor of the dotcoop TLD. Table of Contents 1

More information

Extensible Provisioning Protocol (EPP) v1.4.cctld Registrar Acceptance Criteria

Extensible Provisioning Protocol (EPP) v1.4.cctld Registrar Acceptance Criteria Extensible Provisioning Protocol (EPP) v1.4.cctld Registrar Acceptance Criteria Published June 3, 2011 Version 1.4.0.ccTLD Technical Support: techsupport@afilias-grs.info +1.416.646.3309 URL: http://www.afilias-grs.info

More information

Instructions for PDT testing

Instructions for PDT testing Instructions for PDT testing Version: 1.5 Update 1 16 May 2013 1 Introduction... 2 1.1 Methodology... 2 1.2 Data entry into the PDT System... 2 2 PDT Test Nodes... 2 2.1 IP addresses... 3 3 DNS test...

More information

Automated DNSSEC Provisioning

Automated DNSSEC Provisioning SWITCH, Werdstrasse 2, P.O. Box, CH-8021 Zürich www.nic.ch Automated DNSSEC Provisioning Guidelines for CDS processing at SWITCH SWITCH Version 1.0, 18 September 2018 Content 1 Introduction... 2 2 Instructions

More information

Sponsor s Monthly Report for.coop TLD

Sponsor s Monthly Report for.coop TLD Sponsor s Monthly Report for.coop TLD Reporting period: November In this report the terms dotcoop, Registry and Sponsor refer to DotCooperation LLC, the Sponsor of the dotcoop TLD. Table of Contents 1

More information

Extensible Provisioning Protocol (EPP) v1.6 ORG DNSSEC Registrar Acceptance Criteria

Extensible Provisioning Protocol (EPP) v1.6 ORG DNSSEC Registrar Acceptance Criteria Extensible Provisioning Protocol (EPP) v1.6 ORG DNSSEC Registrar Acceptance Criteria May 2010 v1.6 PIR Technical Support Web: http://www.pir.org E-mail: techsupport@pir.org Telephone: +1.416.646.3308 Contents

More information

Draft Applicant Guidebook, v3

Draft Applicant Guidebook, v3 Draft Applicant Guidebook, v3 Module 5 Please note that this is a discussion draft only. Potential applicants should not rely on any of the proposed details of the new gtld program as the program remains

More information

Abu Dhabi Systems Information Center REGISTRATION POLICY. AUH-IDN-POL Registration Policy - 1.0

Abu Dhabi Systems Information Center REGISTRATION POLICY. AUH-IDN-POL Registration Policy - 1.0 Abu Dhabi Systems Information Center REGISTRATION POLICY AUH-IDN-POL-001 - Registration Policy - 1.0 04/07/2018 عام / Public This document is provided pursuant to the disclaimer provided on the last page.

More information

Textual improvements made to 4.3 Contact create. First version of the document.

Textual improvements made to 4.3 Contact create. First version of the document. 3.2 Domain info amended in line with the introduction of the option of looking up the details of domain names managed by other registrars. That option has been made available where the user is in possession

More information

Domain Name Hijacking A Preliminary Report. Security and Stability Advisory Committee Mar del Plata April 5, 2005

Domain Name Hijacking A Preliminary Report. Security and Stability Advisory Committee Mar del Plata April 5, 2005 Domain Name Hijacking A Preliminary Report Security and Stability Advisory Committee Mar del Plata April 5, 2005 1 Headlines Panix.com was hijacked on 15 Jan 2005 action returned it after 48 hours Gaining

More information

Contractual Compliance. Text. IPC Meeting. Tuesday, 24 June 2014 #ICANN50

Contractual Compliance. Text. IPC Meeting. Tuesday, 24 June 2014 #ICANN50 Contractual Compliance IPC Meeting Tuesday, 24 June 2014 Contractual Compliance Update Since ICANN 49 Ongoing efforts and alignment on 2013 RAA and the new Registry Agreement Launched a quality process

More information

Version 2.4 Final. TMDB System User Manual (Registry)

Version 2.4 Final. TMDB System User Manual (Registry) Version 2.4 Final TMDB System User Manual (Registry) Table of contents 1. INTRODUCTION... 5 1.1. OVERVIEW OF THE TMDB SYSTEM... 5 1.2. THE INTENDED AUDIENCE FOR THIS DOCUMENT... 5 1.3. OVERVIEW OF THIS

More information

DOMAIN NAMES. Manage Domains

DOMAIN NAMES. Manage Domains DOMAIN NAMES Manage Domains The Manage Domains page displays a list of your registered domain names. All domain purchases are automatically renewed at the end of their registration period, unless you instruct

More information

Extensible Provisioning Protocol (EPP) v3.0.in Registrar Acceptance Criteria

Extensible Provisioning Protocol (EPP) v3.0.in Registrar Acceptance Criteria Extensible Provisioning Protocol (EPP) v3.0.in Registrar Acceptance Criteria Published May 6th, 2013 Version 3.0.IN Technical Support: techsupport@registry.in +1.416.619.3030 +91.11.4161.4045 URL: http://www.registry.in

More information

PROCEDURE GUIDE. Technical and operational procedures for Internet top-level domains corresponding to the country codes for France REFERENCE DOCUMENTS

PROCEDURE GUIDE. Technical and operational procedures for Internet top-level domains corresponding to the country codes for France REFERENCE DOCUMENTS REFERENCE DOCUMENTS PROCEDURE GUIDE Technical and operational procedures for Internet top-level domains corresponding to the country codes for France REFERENCE DOCUMENTS 02 PREAMBLE 03 GLOSSARY 04 1. AVAILABILITY

More information

Employee Guide. Frequently Asked Questions & Answers

Employee Guide. Frequently Asked Questions & Answers Frequently Asked Questions & Answers How to Login to Time-Off To log into the system, go to https://my.purelyhr.com. On the login page, simply enter your Company ID, Username and Password. All this information

More information

Version 2.3 Final. TMDB System User Manual (Registrar)

Version 2.3 Final. TMDB System User Manual (Registrar) Version 2.3 Final TMDB System User Manual (Registrar) Table of contents 1. INTRODUCTION... 4 1.1. OVERVIEW OF THE TMDB SYSTEM... 4 1.2. THE INTENDED AUDIENCE FOR THIS DOCUMENT... 4 1.3. OVERVIEW OF THIS

More information

Extensible Provisioning Protocol (EPP) v1.0 Registrar Acceptance Criteria

Extensible Provisioning Protocol (EPP) v1.0 Registrar Acceptance Criteria Extensible Provisioning Protocol (EPP) v1.0 Registrar Acceptance Criteria Published December 10th, 2013 Version 1.7.2 Technical Support: Portal: https://registrars.afilias.tld/cgi-bin/ssl/open_update_ticket.cgi

More information

Manager Guide. Frequently Asked Questions & Answers

Manager Guide. Frequently Asked Questions & Answers Manager Guide Frequently Asked Questions & Answers How to Login to Time-Off To log into the system, go to https://my.purelyhr.com. On the login page, simply enter your Company ID, Username and Password.

More information

TABLE OF CONTENTS. ICANN Pre- Delegation Testing System. A User s Guide. Release version May- 03

TABLE OF CONTENTS. ICANN Pre- Delegation Testing System. A User s Guide. Release version May- 03 ICANN Pre- Delegation Testing System A User s Guide Release version 1.5 2013- May- 03 TABLE OF CONTENTS 1 Introduction... 2 2 Activate your account and log in... 3 3 Application overview and status...

More information

.CAM Registry. GDPR integration. Version nd May CAM AC Webconnecting Holding B.V. Beurs plein AA Rotterdam

.CAM Registry. GDPR integration. Version nd May CAM AC Webconnecting Holding B.V. Beurs plein AA Rotterdam .CAM Registry GDPR integration Version 1.1 2 nd May 2018 Scope: This document describes the measures to be taken by.cam Registry to stay compliant with the General Data Protection Regulation (GDPR) which

More information

RDAP Operational Profile for gtld Registries and Registrars. 3 December 2015 Version: 1.0 Status: Draft

RDAP Operational Profile for gtld Registries and Registrars. 3 December 2015 Version: 1.0 Status: Draft RDAP Operational Profile for gtld Registries and Registrars 3 December 2015 Version: 1.0 Status: Draft 1. Contents 1. CONTENTS... 2 2. INTRODUCTION... 3 3. RDAP OPERATIONAL PROFILE... 4 APPENDIX A: OPEN

More information

UN2007-Spec-023 Author: Trond Haugen Resp: Jarle Greipsland Date: Rev: 5p3. UNINETT Norid. EPP_Interface_Specification.

UN2007-Spec-023 Author: Trond Haugen Resp: Jarle Greipsland Date: Rev: 5p3. UNINETT Norid. EPP_Interface_Specification. UN2007--023 1 (36) UNINETT Norid EPP Interface ification This document specifies the EPP interface to the Norid EPP Registry System. UN2007--023 Document History 2 (36) Date Revision Author Comment 2007-12-13

More information

DNSSEC Abridged Test Extensible Provisioning Protocol (EPP) v1.9.2.org Registrar Acceptance Criteria

DNSSEC Abridged Test Extensible Provisioning Protocol (EPP) v1.9.2.org Registrar Acceptance Criteria DNSSEC Abridged Test Extensible Provisioning Protocol (EPP) v1.9.2.org Registrar Acceptance Criteria Published March 13, 2014 Version 1.9.2 Technical Support: techsupport@pir.org / +1.416.646.3306 http://www.pir.org

More information

Management of synchronous operations on domain names of the cctld.it

Management of synchronous operations on domain names of the cctld.it Management of synchronous operations on domain names of the cctld.it Guidelines Version 1.4 July 11, 2012 CONTENTS 1 Synchronous registration system of the Italian Registry 1 2 Objectives of the Guidelines

More information

Appendix A. Proposed Service. Name of Proposed Service: Technical description of Proposed Service: Technical Bundle for.ngo and.

Appendix A. Proposed Service. Name of Proposed Service: Technical description of Proposed Service: Technical Bundle for.ngo and. Appendix A ICANN Registry Request Service Proposed Service Name of Proposed Service: Technical Bundle for.ngo and.ong New gtlds Technical description of Proposed Service: Public Interest Registry intends

More information

FRED open source registry system..cz.nic, z.s.p.o >Jaromír Talíř /

FRED open source registry system..cz.nic, z.s.p.o >Jaromír Talíř / FRED open source registry system.cz.nic, z.s.p.o >Jaromír Talíř >jaromir.talir@nic.cz 2008.4.8 /http://www.nic.cz http://fred.nic.cz 1 Agenda History and overview )Primary features )registration process

More information

Draft Applicant Guidebook, v4

Draft Applicant Guidebook, v4 Draft Applicant Guidebook, v4 Module 5 Please note that this is a discussion draft only. Potential applicants should not rely on any of the proposed details of the new gtld program as the program remains

More information

Intended status: Standards Track Expires: December 30, 2017 June 28, 2017

Intended status: Standards Track Expires: December 30, 2017 June 28, 2017 Network Working Group B. Ellacott Internet-Draft T. Harrison Intended status: Standards Track APNIC Pty Ltd Expires: December 30, 2017 June 28, 2017 Abstract History of records in the Registration Data

More information

The registration of Domain Names will be centralized and managed through all DOT accredited Registrars selected by the Registry.

The registration of Domain Names will be centralized and managed through all DOT accredited Registrars selected by the Registry. DOT TLD REGISTRATION POLICY 1. ELIGIBILITY DOT is a closed, restricted Top Level Domain ( TLD ). Only DISH DBS Corporation and its Affiliates are eligible to register a Domain Name under the DOT TLD. If

More information

Abu Dhabi Systems Information Center REGISTRATION POLICY. AUH-ASCII-POL Registration Policy - 1.0

Abu Dhabi Systems Information Center REGISTRATION POLICY. AUH-ASCII-POL Registration Policy - 1.0 Abu Dhabi Systems Information Center REGISTRATION POLICY AUH-ASCII-POL-001 - Registration Policy - 1.0 04/07/2018 عام / Public This document is provided pursuant to the disclaimer provided on the last

More information

ICANN Naming Services portal User s Guide

ICANN Naming Services portal User s Guide ICANN Naming Services portal User s Guide ICANN Product Team 25 September 2017 ICANN ICANN Naming Services portal User s Guide September 2017 1 TABLE OF CONTENTS REVISION HISTORY 4 CONTACT US 4 1 INTRODUCTION:

More information

Proposed Service. Name of Proposed Service: Technical description of Proposed Service: Redemption Grace Period for.name.

Proposed Service. Name of Proposed Service: Technical description of Proposed Service: Redemption Grace Period for.name. Proposed Service Name of Proposed Service: Redemption Grace Period for.name Technical description of Proposed Service: Background Domain-name registrations can be deleted from TLD registries without a

More information

My.eu account USER GUIDELINE EURid vzw. All rights reserved. 1

My.eu account USER GUIDELINE EURid vzw. All rights reserved. 1 My.eu account USER GUIDELINE 2018 EURid vzw. All rights reserved. 1 1. Introduction... 3 2. Login... 3 3. Manage your domain name... 4 3.1. Request a transfer authorisation code... 4 3.2. View registration

More information

API Documentation. Version 3.0

API Documentation. Version 3.0 API Documentation Version 3.0 Table of Contents Change History... 4 Contact Information... 5 API Connection Details... 5 API Error Handling... 5 Account Balance Query... 6 Domain Names & DNS... 7 Domain

More information

[1] Addition of French, Spanish, and German languages to the list of approved languages for the following TLD:.xn--fjq720a

[1] Addition of French, Spanish, and German languages to the list of approved languages for the following TLD:.xn--fjq720a Proposed Service Name of Proposed Service: Addition of certain language scripts to Donuts TLDs Technical description of Proposed Service: Donuts Inc. would like to provide registration of domain names

More information

Examining! the User Experience Implications! of Active Variant TLDs Project! Study Completed in March 2013!

Examining! the User Experience Implications! of Active Variant TLDs Project! Study Completed in March 2013! !! Examining! the User Experience Implications! of Active Variant TLDs Project! Study Completed in March 2013! http://www.icann.org/en/resources/idn/variant-tlds/active-ux-21mar13-en.pdf!! 1 Scope of P6

More information

G Suite Basic or G Suite Business - Setup Instructions

G Suite Basic or G Suite Business - Setup Instructions G Suite Basic or G Suite Business - Setup Instructions Follow the step by step instructions below to set up your G Suite Basic or G Suite Business service. How to sign in to My Online Productivity account

More information

<contact:authinfo> <contact:pw>2foobar</contact:pw> </contact:authinfo> <contact:disclose flag="0"> <contact:voice/> <contact: /> </contact:disclo

<contact:authinfo> <contact:pw>2foobar</contact:pw> </contact:authinfo> <contact:disclose flag=0> <contact:voice/> <contact: /> </contact:disclo PHP EPP Connection This lab requires one to have Apache webserver Copy the client folder to the webroot of your web server To test whether your registry is ready for epp connections : openssl s_client

More information

REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION

REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION [Note: ICANN will be proposing updated language regarding the term Whois to comply with SSAC recommendations. The updated language will not represent

More information

TABLE OF CONTENTS. ICANN Pre- Delegation Testing System. A User s Guide. Version

TABLE OF CONTENTS. ICANN Pre- Delegation Testing System. A User s Guide. Version ICANN Pre- Delegation Testing System A User s Guide Version 2.2 2014-01- 17 TABLE OF CONTENTS 1 Introduction... 2 2 Activate your account and log in... 3 3 Application overview and status... 5 3.1 Applications

More information

IRTP Part A PDP Final Report. Thursday 16 April 2009 GNSO Council Meeting

IRTP Part A PDP Final Report. Thursday 16 April 2009 GNSO Council Meeting IRTP Part A PDP Final Report Thursday 16 April 2009 GNSO Council Meeting Background Part A PDP part of the overall Inter-Registrar Transfer Policy review process First in a series of five upcoming PDPs

More information

.BIZ Agreement Appendix 10 Service Level Agreement (SLA) (22 August 2013)

.BIZ Agreement Appendix 10 Service Level Agreement (SLA) (22 August 2013) .BIZ Agreement Appendix 10 Service Level Agreement (SLA) (22 August 2013) Registry Operator and ICANN agree to engage in good faith negotiations to replace this Appendix 10 with a Service Level Agreement

More information

FRED open source registry solution. Jaromir Talir

FRED open source registry solution. Jaromir Talir FRED open source registry solution Jaromir Talir jaromir.talir@nic.cz Agenda CZ.NIC story FRED overview Deployments Data model Interfaces Features CZ.NIC story - year 2005 CZ.NIC had 4 employees Number

More information

gtld Applicant Guidebook (v ) Module 5

gtld Applicant Guidebook (v ) Module 5 gtld Applicant Guidebook (v. 2012-06-04) Module 5 4 June 2012 This module describes the final steps required of an applicant for completion of the process, including execution of a registry agreement with

More information

Employee-User Guide. The Answers to Frequently Asked Questions. Support

Employee-User Guide. The Answers to Frequently Asked Questions. Support Employee-User Guide The Answers to Frequently Asked Questions Support 1.844.402.6557 Support@purelyhr.com How to login to To log into the system, go to http://www.purelyhr.com, and click on the Login button

More information

IT Department Documentation. EPP Server. Protocol description. Document number: YYYY-N Last saved: 12 februari 2009

IT Department Documentation. EPP Server. Protocol description. Document number: YYYY-N Last saved: 12 februari 2009 Document number: YYYY-N Last saved: 12 februari 2009 The Internet Infrastructure Foundation (.SE) 2009 Document control Document information and security Made by Responsible for fact Responsible for document

More information

Understanding RDAP and the Role it can Play in RDDS Policy. ICANN October 2018

Understanding RDAP and the Role it can Play in RDDS Policy. ICANN October 2018 1 Understanding RDAP and the Role it can Play in RDDS Policy ICANN 63 22 October 2018 2 Agenda Introduction RDAP Implementation Status in gtlds RDAP: Mechanism and Policy Authentication and RDAP Registrar

More information

RAK ICC PORTAL 09 &10 JANUARY 2017 FREQUENTLY ASKED QUESTIONS

RAK ICC PORTAL 09 &10 JANUARY 2017 FREQUENTLY ASKED QUESTIONS RAK ICC PORTAL 09 &10 JANUARY 2017 FREQUENTLY ASKED QUESTIONS 1. When would the username and password be available? Can multiple company accounts have same password? Does the portal ask for change of password

More information

IT Department Documentation. EPP Server. Protocol description. Document number: 2011-N. The Internet Infrastructure Foundation (.

IT Department Documentation. EPP Server. Protocol description. Document number: 2011-N. The Internet Infrastructure Foundation (. IT Department Documentation EPP Server Protocol description Document number: 2011-N The Internet Infrastructure Foundation (.SE) IT Department Documentation EPP Server Protocol description Document control

More information

Get Started with Cisco DNA Center

Get Started with Cisco DNA Center About Cisco DNA Center, on page 1 Log In, on page 1 Log In for the First Time as a Network Administrator, on page 2 Default Home Page, on page 3 Use Global Search, on page 5 Where to Start, on page 6 About

More information

Proposed Interim Model for GDPR Compliance-- Summary Description

Proposed Interim Model for GDPR Compliance-- Summary Description Proposed Interim Model for GDPR Compliance-- Summary Description (The Calzone Model, 28 February 2018) Prepared by: ICANN Org I. Introduction The Proposed Interim Model balances competing elements of models

More information

Contracting and Onboarding!

Contracting and Onboarding! Contracting and Onboarding! 20 November 2013! ICANN Global Domains Division! Agenda! + Contracting - Statistics - Eligibility - Process - Exhibit A - Code of Conduct + Registry Onboarding - Overview -

More information

Part 1: Items that Contracted Parties Need from ICANN before May 25 - Prior to Implementation

Part 1: Items that Contracted Parties Need from ICANN before May 25 - Prior to Implementation Contracted Parties House GDPR Discussion Group Input to ICANN on Implementation Timeline for Interim GDPR Compliance Model March 26, 2018 Introduction In response to ICANN Staff s request during ICANN

More information

Author: Trond Haugen Resp: Jarle Greipsland Date: Rev: 2e2. UNINETT Norid. EPP_Interface_Specification.odt

Author: Trond Haugen Resp: Jarle Greipsland Date: Rev: 2e2. UNINETT Norid. EPP_Interface_Specification.odt UN2007--023 1 (26) UNINETT Norid EPP Interface ification This document specifies the EPP interface to the Norid EPP Registry System. UN2007--023 Document History 2 (26) Date Revision Author Comment 2007-12-13

More information

Information. .SE Registry. FAQ for Registrars. December 1, 2009

Information. .SE Registry. FAQ for Registrars. December 1, 2009 Information.SE Registry December 1, 2009 SE, Stiftelsen för Internetinfrastruktur 2009 Table of contents 1 GENERAL 8 1.1 WHAT IS THE DIFFERENCE BETWEEN.SE,.SE REGISTRY AND.SE DIRECT? 8 1.2 WHAT IS MEANT

More information

APTLD & MYNIC JOINT SURVEY

APTLD & MYNIC JOINT SURVEY INTERNET SECURITY & CCTLDS SURVEY RESULTS 24 th June 2008, Tuesday ccnso meeting, Paris, France Survey Objectives Survey Summary:- For APTLD members to examine the roles and responsibilities of cctlds

More information

Internationalizing WHOIS Preliminary Approaches for Discussion

Internationalizing WHOIS Preliminary Approaches for Discussion Internationalizing WHOIS Preliminary Approaches for Discussion Internationalized Registration Data Working Group ICANN Meeting, Brussels, Belgium Edmon Chung, Co-Chair Jeremy Hitchcock, Co-Chair 20 June

More information

GE Transportation Customer Web Center (CWC)

GE Transportation Customer Web Center (CWC) GE Transportation Customer Web Center (CWC) User Guide Using GE Single Sign On for Customer Web Center TABLE OF CONTENTS 1 INTRODUCTION...3 1.1 SCOPE... 3 1.2 INTENDED USERS... 3 2 CWC USER REGISTRATION...3

More information

Internet Corporation for Assigned Names & Numbers - Internet Assigned Numbers Authority Update

Internet Corporation for Assigned Names & Numbers - Internet Assigned Numbers Authority Update Internet Corporation for Assigned Names & Numbers - Internet Assigned Numbers Authority Update PacNOG 3, Rarotonga Save Vocea Regional Liaison - Australasia/Pacific 17 June 2007 ICANN Mission To coordinate,

More information

Advisory: Clarifications to the Registry and Registrar Requirements for WHOIS (port 43) and Web-Based Directory Services

Advisory: Clarifications to the Registry and Registrar Requirements for WHOIS (port 43) and Web-Based Directory Services Advisory: Clarifications to the Registry and Registrar Requirements for WHOIS (port 43) and Web-Based Directory Services Publication date: 12 September 2014; Updated on 27 April 2015; Further Updated on

More information

Proposed Final Report on the Post-Expiration Domain Name Recovery Policy Development Process Executive Summary

Proposed Final Report on the Post-Expiration Domain Name Recovery Policy Development Process Executive Summary Proposed Final Report on the Post-Expiration Domain Name Recovery Policy Development Process STATUS OF THIS DOCUMENT This is the of the Proposed Final Report on the Post-Expiration Domain Name Recovery

More information

FAQ for Registrars. January 18, Information. IIS Registry

FAQ for Registrars. January 18, Information. IIS Registry Information IIS Registry FAQ for Registrars The Internet Foundation. Box 7399, 103 91 Stockholm. Phone +46.8 452 35 00. Org.nr 802405-0190. iis.se Contents 1 GENERAL... 8 1.1 WHAT IS THE DIFFERENCE BETWEEN

More information

.LATROBE TLD REGISTRATION POLICY

.LATROBE TLD REGISTRATION POLICY Mailing address La Trobe University Victoria 3086 Australia T + 61 3 9479 1111 latrobe.edu.au MELBOURNE CAMPUSES Bundoora Collins Street CBD Franklin Street CBD.LATROBE TLD REGISTRATION POLICY REGIONAL

More information

To the ETS Offset Notice Response Authorization Online Training Course

To the ETS Offset Notice Response Authorization Online Training Course Welcome To the ETS Offset Notice Response Authorization Online Training Course This process describes how an applicant can request authorization from the designated representative to create and submit

More information

Post-Expiration Domain Name Recovery PDP. Presentation of Final Report

Post-Expiration Domain Name Recovery PDP. Presentation of Final Report Post-Expiration Domain Name Recovery PDP Presentation of Final Report Background To what extent should registrants be able to reclaim their domain names after they expire? Issue brought to the GNSO by

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

Internet Engineering Task Force (IETF) Request for Comments: 8543 Category: Standards Track. J. Yao CNNIC. J. Gould VeriSign, Inc. G.

Internet Engineering Task Force (IETF) Request for Comments: 8543 Category: Standards Track. J. Yao CNNIC. J. Gould VeriSign, Inc. G. Internet Engineering Task Force (IETF) Request for Comments: 8543 Category: Standards Track ISSN: 2070-1721 L. Zhou CNNIC N. Kong Consultant J. Yao CNNIC J. Gould VeriSign, Inc. G. Zhou March 2019 Abstract

More information

TYCO LMS SELF-REGISTRATION JOB AID FOR LICENSED DISTRIBUTORS

TYCO LMS SELF-REGISTRATION JOB AID FOR LICENSED DISTRIBUTORS Logging in for the first time 1. First time LMS users will self-register using the following steps: Click https://tyco.csod.com/selfreg/register.aspx?c=marinette_distributors Click the Register Here! link.

More information

General Data Protection Regulation (GDPR)

General Data Protection Regulation (GDPR) General Data Protection Regulation (GDPR) & WHOIS at ICANN Savenaca Vocea APNIC 46, Noumea 11 September 2018 About the General Data Protection Regulation (GDPR) The European Union s (EU s) GDPR aims to

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

Trademark Clearinghouse Sunrise & Claims Database (TMDB) Access

Trademark Clearinghouse Sunrise & Claims Database (TMDB) Access Internet Corporation for Assigned Names and Numbers Trademark Clearinghouse Sunrise & Claims Database (TMDB) Access Process to Provide Registries and Registrars a Registration Token to Gain Access 9 August

More information

DigiCert User Guide. Version 6.4

DigiCert User Guide. Version 6.4 DigiCert User Guide Version 6.4 Table of Contents 1 User Management... 9 1.1 Roles and Account Access... 9 1.1.1 Administrator Role... 9 1.1.2 User Role... 9 1.1.3 EV Verified User... 9 1.1.4 CS Verified

More information

DigiCert User Guide (GÉANT)

DigiCert User Guide (GÉANT) DigiCert User Guide (GÉANT) Version 6.8 Table of Contents 1 User Management... 10 1.1 Roles and Account Access... 10 1.1.1 Administrator Role... 10 1.1.2 User Role... 10 1.1.3 EV Verified User... 10 1.1.4

More information

The IDN Variant TLD Program: Updated Program Plan 23 August 2012

The IDN Variant TLD Program: Updated Program Plan 23 August 2012 The IDN Variant TLD Program: Updated Program Plan 23 August 2012 Table of Contents Project Background... 2 The IDN Variant TLD Program... 2 Revised Program Plan, Projects and Timeline:... 3 Communication

More information

Rights Protection Mechanisms: User Feedback Session

Rights Protection Mechanisms: User Feedback Session 15 October 2014 Rights Protection Mechanisms: User Feedback Session Agenda Introduction (10) Panel & Interactive Discussion (50) o Trademark Clearinghouse o Sunrise Period o Trademark Claims Service o

More information

CIRA Registrar Documentation..CA Registry Guide for Registrars

CIRA Registrar Documentation..CA Registry Guide for Registrars CIRA Registrar Documentation.CA Registry Guide for Registrars Version: 4.06 Release: June 3, 2011 2.CA Registry Guide for Registrars: Version 4.06 DISCLAIMER AND COPYRIGHT NOTICE Everything in this document

More information

User Guide. Avigilon Camera Configuration Tool

User Guide. Avigilon Camera Configuration Tool User Guide Avigilon Camera Configuration Tool 2016, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo and AVIGILON CONTROL CENTER are trademarks of Avigilon Corporation. Other product

More information

Version 2 13 October Registry.Net.Za

Version 2 13 October Registry.Net.Za - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DotCapetown Published Policies and

More information