@Override
protected Map<String, String> getConfigurationProperties() throws OpsException {
Map<String, String> properties = super.getConfigurationProperties();
PlatformLayerService model = getModel();
{
// Configure keystore
properties.put("keystore", getKeystoreFile().getAbsolutePath());
}