#
# DMCONFIG.RC
#
# The use of variables defined in "enet.cfg" is allowed.

############
# CHANGELOG
#===========
# 2010/02/26    CRMS00152511    Thanh lam NGUYEN
#               Remove "url" parameter
#               Update "filelist" to use new setting names
################


# PER RETRY PARAMETER =======================
# number of seconds to detect a timeout
timeout=5
# number of retries before reporting an error
retry=3
# PER RETRY PARAMETER END ===================

# DOWNLOAD PARAMETER ========================
# number of attempt to download all files
maxdownloadretry=4
# delay between attempts (in seconds), must be > 15mn
# a random part will be added to have +/-15mn
delaydownloadretry=60
# DOWNLOAD PARAMETER END ====================

# default download dir
downloaddir="/config/dm"

# file list
filelist='
config.${ENETCFG_MACADDR//:/}.xml   mandatory
${ENETCFG_SIP_FILE}                 mandatory
${ENETCFG_OPTIONAL_FILE}            optional
'

# SSL CONFIG
############
# CA CERTIFICATE
cacert=

# CLIENT CERTIFICATE
cert=

# CLIENT CERTIFICATE PRIVATE KEY
key=
