Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleproperties

## Keystores and truststore -- ask Stéphane Spahni

## This will call the XDStarClient online validator to validate messages
automated.validation = false

## IP address of the machine running OpenNCP
SERVER_IP =

## Audit (used in old legacy epsos.properties files from different projects, no longer used)
# audit.1.facilites = 0
# audit.2.facilites = 1
schema_AuditSourceProvider = PT_PT


## OpenATNA's TLS Server port
audit.repository.port = 2862

## OpenATNA's Server location
audit.repository.url = localhost 

## Timeout value (milliseconds) for sending audit message
audit.time.to.try = 200 

## Force AuditManager to write audit message
auditrep.forcewrite = TRUE

## Not used
# AUDIT_DUMP_PATH =

## Determines if test audits should be written
WRITE_TEST_AUDITS = false

# Country code according to ISO 3166-1 alpha-2 (see e.g. Wikipedia for a list of possible values)
COUNTRY_CODE = PT

# Name of country according to ISO 3166-1 alpha-2 (see e.g. Wikipedia for a list of possible values)
COUNTRY_NAME = Portugal

# Language code according to ISO 639x
LANGUAGE_CODE = pt-PT # portuguese in country Portugal

# Local NCP infos (used for audit purposes)
ncp.country = PT
ncp.email = ncpAdministrator@domain.pt

# Participating Nation OID (used in Portal for patient consent submission, Protocol Terminators and eADC)
HOME_COMM_ID = 2.16.17.710.814.1000.999.1 # as example - Swiss NCP 

# ISO 3166-2 code for country subdivision (used in Portal, Protocol Terminators, TRC-STS and epSOS Web Portal for audit purposes)
COUNTRY_PRINCIPAL_SUBDIVISION = CH-1

## Path where test audits will be written
TEST_AUDITS_PATH =

## TSL-Sync

## Path to folder where the other countries certificates will be stored 
certificates.storepath = /opt/openncp/epsos-configuration/cert/

## Path of the truststore generated by TSL Sync
TRUSTSTORE_PATH = /opt/openncp/epsos-configuration/cert/truststore.jks
TRUSTSTORE_PASSWORD = changeit

##
## SP - Service Provider certificate
##
SP_KEYSTORE_PATH = /opt/openncp/epsos-configuration/cert/PPT/ppt.epsos.pt.jks
SP_KEYSTORE_PASSWORD = changeit
SP_PRIVATEKEY_ALIAS = epsos.min-saude.pt_1
SP_PRIVATEKEY_PASSWORD = changeit

## SC - service consumer certificate
##
SC_KEYSTORE_PATH = /opt/openncp/epsos-configuration/cert/PPT/ppt.epsos.pt.jks
SC_KEYSTORE_PASSWORD = changeit
SC_PRIVATEKEY_ALIAS = epsos.min-saude.pt_1
SC_PRIVATEKEY_PASSWORD = changeit

## SIG - signature certificate
##
NCP_SIG_KEYSTORE_PATH = /opt/openncp/epsos-configuration/cert/PPT/sign.ppt.epsos.pt.jks
NCP_SIG_KEYSTORE_PASSWORD = spirit
NCP_SIG_PRIVATEKEY_ALIAS = sign.ppt.epsos.pt
NCP_SIG_PRIVATEKEY_PASSWORD = changeit

## Javax Parameters (Required for portal and TSAM-Sync)
##

## These properties are deprecated since they were only used by Gnomon Portal, which is no longer used.

## Currently, only javax.net.ssl.keyStorePassword is needed (it should have the same value as NCP_SIG_KEYSTORE_PASSWORD property). It'll also be removed in the next release of OpenNCP.
javax.net.ssl.keyStore = /opt/openncp/epsos-configuration/cert/PPT/ppt.epsos.pt.jks
javax.net.ssl.keyStorePassword = changeit
javax.net.ssl.key.alias = epsos.min-saude.pt_1
javax.net.ssl.privateKeyPassword = changeit
javax.net.ssl.trustStore = cert/PPT/truststore.jks
javax.net.ssl.trustStorePassword = changeit

## Algorithms (no longer used; SignatureManager replaced them by references to secman.{signature|digest}.algorithm.default properties)
##
# SIG_ALG_PROP = http\://www.w3.org/2000/09/xmldsig\#rsa-sha1
# DGST_ALG_PROP = http\://www.w3.org/2000/09/xmldsig\#sha1

################################################################################### TRC-STS #
##
## TRC-STS URL
##
secman.sts.url=http://10.200.19.140:8080/TRC-STS/STSServiceService

# Used in old legacy epsos.properties file from Gnomon Portal, no longer used
# secman.cert.validator.checkforcrldp=false

## You'll connect to the Central Services to fetch configuration and certificates from each one of these countries
ncp.countries = at,ch,cz,de,dk,ee,es,fi,fr,gr,hr,hu,ih,it,lu,mt,pt,se,si,sk,tr

## Location of the TSL file for each country
tsl.location.at = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Austria_AT_.xml
tsl.location.ch = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Switzerland_CH_.xml
tsl.location.cz = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Czech_Republic_CZ_.xml
tsl.location.de = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Germany_DE_.xml
tsl.location.dk = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Denmark_DK_.xml
tsl.location.ee = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Estonia_EE_.xml
tsl.location.es = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Spain_ES_.xml
tsl.location.fi = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Finland_FI_.xml
tsl.location.fr = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__France_FR_.xml
tsl.location.gr = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Greece_GR_.xml
tsl.location.hr = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Croatia_HR_.xml
tsl.location.hu = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Hungary_HU_.xml
tsl.location.ih = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__IHE_FR_.xml
tsl.location.it = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Italy_IT_.xml
tsl.location.mt = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Malta_MT_.xml
tsl.location.pt = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Portugal_PT_.xml
tsl.location.se = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Sweden_SE_.xml
tsl.location.si = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Slovenia_SI_.xml
tsl.location.sk = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Slovakia_SK_.xml
tsl.location.tr = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Turkey_TR_.xml
tsl.location.lu = https://ecrtsppt.conet-services.de:8445/NCP_Service_Status_List__Luxembourg_LU_.xml

...