-
Notifications
You must be signed in to change notification settings - Fork 2
/
exam.yaml.template
129 lines (129 loc) · 2.59 KB
/
exam.yaml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
dryrun: true
servers:
exam-a:
username: USERNAME
password: PASSWORD
uri: "https://epp-acc1.nic.it"
exam-b:
username: USERNAME2
password: PASSWORD2
uri: "https://epp-acc1.nic.it"
samplecontacts:
AA10:
handle: "AA10"
name: Franco Franchi
org: Ente Pubblico AX
addr:
street: Via dei Condottieri 12
city: Livorno
sp: LI
pc: "57100"
cc: IT
voice: "+39.0586631212"
fax: "+39.0586663131"
email: [email protected]
pw: "1BAR-foo"
consentforpublishing: true
registrant:
nationalitycode: IT
entitytype: 5
regcode: "02118312008"
BB10:
handle: "BB10"
name: Sandro Rossi
org: Gruppo TNT S.p.A.
addr:
street: via Tritolo 23
city: Pisa
sp: PI
pc: 56126
cc: IT
voice: "+39.050311226"
fax: "+39.050268298"
email: [email protected]
pw: "2fooBAR"
consentforpublishing: true
registrant:
nationalitycode: IT
entitytype: 2
regcode: "12345678910"
IL10:
handle: "IL10"
name: Ida Lenzi
org: Ida Lenzi
addr:
street: via San Lorenzo 11
city: Napoli
sp: NA
pc: 80100
cc: IT
voice: "+39.0811686789"
fax: "+39.0811686789"
email: [email protected]
pw: "h2o-N2"
consentforpublishing: true
registrant:
nationalitycode: IT
entitytype: 1
regcode: "LNZDIA56R41F839L"
CC01:
handle: "CC01"
name: Carlo Conta
org: Unodue srl
addr:
street: via Po 6
city: Pisa
sp: PI
pc: 56100
cc: IT
voice: "+39.050111222"
fax: "+39.0503222111"
email: [email protected]
pw: "OneTwoThree"
consentforpublishing: true
DD01:
handle: "DD01"
name: Donald Duck
org: Warehouse Ltd
addr:
street: Warehouse street 1
city: London
sp: London
pc: 20010
cc: GB
voice: "+44.2079696010"
fax: "+44.2079696620"
email: [email protected]
pw: "Money-08"
consentforpublishing: true
sampledomains:
test:
name: 'test.it'
period: 1
ns:
primary:
name: "ns.test.it"
ipv4: "192.168.100.10"
secondary:
name: "ns2.test.it"
ipv4: "192.168.100.20"
tertiary:
name: "ns3.foo.com"
contacts:
registrant: "AA10"
admin: "DD01"
tech: "CC01"
authInfo: "WWW-test-it"
test1:
name: 'test-1.it'
period: 1
ns:
primary:
name: "ns1.foobar.com"
secondary:
name: "ns2.foobar.org"
contacts:
registrant: "BB10"
admin: "DD01"
tech: "DD01"
authInfo: "WWWtest-1"