smart-data-bridge/conf/smart-data-bridge.bml

This file specifies Smart Data Bridge authentication settings.

Property: ‘url’

Required Yes
Default http://localhost:3501/credentialUpdate
Description

This property specifies the URL of the Authority to which the Smart Data Bridge should send updated certificate revocation. You can configure multiple Authorities to receive the changes by configuring multiple XML <add> sections.

Example

<property name="url" value="http://myVA:3501/credentialUpdate"/>

Property: ‘useClientCertificate’

Required No
Default false
Description

This property specifies whether a client certificate is required when authenticating a connection to the Credential Update Interface. Valid values are true and false.

Example

<property name="useClientCertificate" value="true"/>

Property: ‘keyStoreFile’

Required No (Exception: If useClientCertificate is set to true, then this property is required.)
Default ../data/keystore.jks
Description

This property specifies the path to the file that stores the SSL client authentication certificate and private key.

Example

<property name=“keyStoreFile” value=“/mnt/secure/keystore.jks”/>

Property: ‘keyStorePassword’

Required No
Description

This property specifies the key store protection password. The password can be specified in the configuration file so that the Smart Data Bridge will not prompt the user at start up. Storing the password in the configuration file reduces system security, allowing anybody with access to the file system to obtain both the key store and the password required to access it. Setting this property allows the Smart Data Bridge to start up automatically when the computer restarts, even if no administrator is present.

Example

<property name="keyStorePassword" value="p@s5w0rd"/>

Property: ‘username’

Required No
Description

This property specifies the username with which the Smart Data Bridge will authenticate itself to the Credential Update Interface. If this property is set, then the password property must also be set.

Example

<property name="username" value="hidglobal-bridge"/>

Property: ‘password’

Required No
Description

This property specifies the username with which the Smart Data Bridge will authenticate itself to the Credential Update Interface. If this property is set, then the password property must also be set.

Example

<property name="password" value="mypassword1"/>