#
# sample user preferences for UCC
#
# if not specified using the -c option, UCC checks whether a
# file '$HOME/.ucc/preferences' exists and reads preferences from it
# 


#
# setting keystore/truststore
# see 'ucc help-auth' for a full list of properties

# keystore containing a key entry for accessing the Grid
credential.path=../certs/user-keystore.jks
credential.password=the!user
#credential.format=jks

# in case you have more than one key make sure to set the alias
#credential.keyAlias=demo user

# configure truststore containing trusted CA certs
truststore.type=keystore
truststore.keystorePath=../certs/user-keystore.jks
truststore.keystorePassword=the!user

# do not check the SSL cert contains correct hostname
client.serverHostnameChecking=NONE

#
# The address(es) of the registries to contact
# (space separated list)

registry=https://localhost:8080/DEMO-SITE/services/Registry?res=default_registry

#
# default directory for output
# 
output=.

#
# HTTP Proxy settings
#
#http.proxyHost=
#http.proxyPort=
#http.proxy.user=
#http.proxy.password=
#http.nonProxyHosts=<space separated list of hostnames>

#
# connection timeout in millis (default = 10000)
#
#http.connection.timeout=<timeout in millis>
