DRDE/ACTK1_0/etc/toolkit2.conf

108 lines
4.6 KiB
Plaintext
Raw Permalink Normal View History

# This may be either exactly "TRUE" or "FALSE". Setting this to TRUE will
# enable strict inbound and outbound schema validations. TRUE is the
# recommended setting.
xml.validation.enable=TRUE
# This file contains the text for the majority of the error and information
# messages used by the toolkit.
#
epp.client.messages.file=resources/messages.properties
# Path to the definition of the logging 'sinks' and their respective
# sensitivity. See the shipped version of this file for more details and
# comments.
#
logging.config.file=etc/logging.conf
# Each URN and entity pair must be separated by a single space character. All
# keys that have the prefix "xml.schema.location." will be considered as a
# schema location hints.
#
xml.schema.location=urn:ietf:params:xml:ns:eppcom-1.0 resources/eppcom-1.0.xsd
xml.schema.location=urn:ietf:params:xml:ns:epp-1.0 resources/epp-1.0.xsd
xml.schema.location=urn:ietf:params:xml:ns:host-1.0 resources/host-1.0.xsd
xml.schema.location=urn:ietf:params:xml:ns:contact-1.0 resources/contact-1.0.xsd
xml.schema.location=urn:ietf:params:xml:ns:domain-1.0 resources/domain-1.0.xsd
xml.schema.location=urn:ietf:params:xml:ns:e164epp-1.0 resources/e164epp-1.0.xsd
xml.schema.location=urn:ietf:params:xml:ns:secDNS-1.1 resources/secDNS-1.1.xsd
xml.schema.location=urn:au:params:xml:ns:auext-1.0 resources/auext-1.0.xsd
xml.schema.location=urn:X-au:params:xml:ns:auext-1.1 resources/auext-1.1.xsd
xml.schema.location=urn:X-au:params:xml:ns:audomain-1.0 resources/audomain-1.0.xsd
#xml.schema.location=urn:X-ae:params:xml:ns:aeext-1.0 resources/aeext-1.0.xsd
#xml.schema.location=urn:X-ae:params:xml:ns:aedomain-1.0 resources/aedomain-1.0.xsd
xml.schema.location=urn:X-ar:params:xml:ns:arext-1.0 resources/arext-1.0.xsd
xml.schema.location=urn:X-ar:params:xml:ns:ardomain-1.0 resources/ardomain-1.0.xsd
xml.schema.location=urn:X-ar:params:xml:ns:sync-1.0 resources/sync-1.0.xsd
xml.schema.location=urn:X-ar:params:xml:ns:kv-1.0 resources/kv-1.0.xsd
xml.schema.location=urn:X-ar:params:xml:ns:registrant-1.0 resources/registrant-1.0.xsd
# Server hostname or IP address (textual representation).
epp.server.hostname=HOSTNAME
# EPP login data.
epp.client.clID=MYUSER
epp.client.password=MYPASS
epp.client.options.lang=en
# The maximum number of sessions which the session pool will allow to open.
epp.client.session.count.max=3
# TLS resources.
ssl.privatekey.location=<<absolute filename of private key>>
ssl.cert.location=<<absolute filename of X509 certificate containing public key>>
ssl.ca.location=<<absolute filename of Certificate Authority file>>
ssl.privatekey.pass=<<private key password/passphrase>>
# Parameters fixed for a given EPP specification.
epp.server.port=700
epp.client.options.version=1.0
ssl.protocol=TLSv1
# Request management of these objects at login
xml.uri.obj.host=urn:ietf:params:xml:ns:host-1.0
xml.uri.obj.contact=urn:ietf:params:xml:ns:contact-1.0
xml.uri.obj.domain=urn:ietf:params:xml:ns:domain-1.0
# Request use of these extensions at login
xml.uri.ext.e164epp=urn:ietf:params:xml:ns:e164epp-1.0
#xml.uri.ext.auext1=urn:X-au:params:xml:ns:auext-1.0
xml.uri.ext.auext=urn:X-au:params:xml:ns:auext-1.1
xml.uri.ext.audomain=urn:X-au:params:xml:ns:audomain-1.0
xml.uri.ext.arext=urn:X-ar:params:xml:ns:arext-1.0
xml.uri.ext.ardomain=urn:X-ar:params:xml:ns:ardomain-1.0
xml.uri.ext.sync=urn:X-ar:params:xml:ns:sync-1.0
xml.uri.ext.kv=urn:X-ar:params:xml:ns:kv-1.0
xml.uri.ext.registrant=urn:X-ar:params:xml:ns:registrant-1.0
xml.uri.ext.secDNS=urn:ietf:params:xml:ns:secDNS-1.1
# Command Rate Limits
# Match these to the server's published values for optimal performance.
epp.server.command.limit.check=100
epp.server.command.limit.info=100
epp.server.command.limit.transfer=100
epp.server.command.limit.create=100
epp.server.command.limit.delete=100
epp.server.command.limit.update=100
epp.server.command.limit.renew=100
epp.server.command.limit.unrenew=100
epp.server.command.limit.undelete=100
epp.server.command.limit.policyDelete=100
epp.server.command.limit.policyUndelete=100
epp.server.command.limit.registrantTransfer=100
# The maximum time spent waiting for notification that a session has been
# returned to the pool (in milliseconds). There shouldn't be any reason to
# change this value.
thread.wait.timeout=120000
# The session idle time after which the server will disconnect a client (in
# milliseconds). This value should be the same as that published by the
# server.
net.server.timeout=600000
# The effective session idle time after which the toolkit should consider a
# session inactive and close it (in milliseconds). This only makes a
# difference if a keep-alive thread is running.
net.client.timeout=12000000