Versions Compared

Key

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

...

The service can be found at www.aqualarm.nl

HTTPS communication

Since 2017 the Aqualarm service is using HTTPS. Since Aqualarm uses a PKI overheid certificate which isn't available to the import, it should be made known to FEWS. 

The process of making the certificates available has been documented at: How to configure secure https connection to Matroos.

For aqualarm the following certificates have to be imported in the truststore:

StaatderNederlandenRootCA-G2.crt : public certificate of the staat der nederlanden, valid until 2020.

aqualarm.nl.crt: public certificate of aqualarm, valid until 2019.

client.truststore : truststore with imported certificates

Configuring the Import

To make the importer known to FEWS, the import module has to be declared in the moduleInstanceDescriptors.xml in the RegionConfigFiles directory of the FEWS configuration:

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<moduleInstanceDescriptors xmlns="http://www.wldelft.nl/fews"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
		xsi:schemaLocation="http://www.wldelft.nl/fews
		http://fews.wldelft.nl/schemas/version1.0/moduleInstanceDescriptors.xsd" version="1.0">
...
	<moduleInstanceDescriptor id="ImportAqualarm">
		<moduleId>TimeSeriesImportRun</moduleId>
	</moduleInstanceDescriptor>/>
...
</moduleInstanceDescriptors>

...