CertificateExchangeService
The CertificateExchangeService (short: cex) is primarily used internally. See section Certificate Exchange. If you have any questions, please contact our support staff.
XML Configuration
If you want to modify the configuration file for a service directly in the file system, you will find the appropriate file in the configuration file ./etc/factory.xml. Usually, it is file ./etc/cex.xml. The sender address of the emails sent in the certificate exchange is entered there.
<?
xml
version
=
"1.0"
encoding
=
"ISO-8859-1"
?>
<!DOCTYPE Configure PUBLIC
"-//EBD Integration//DTD Configure 1.0//EN"
"
http://www.lobster.de/dtd/configure_1_1.dtd
">
<
Configure
class
=
"com.ebd.hub.services.certexchange.CertificateExchangeService"
>
<!-- Name of the DB alias to be used for internal data -->
<
Set
name
=
"dBAlias"
>hub</
Set
>
<!-- Sender address to be used for outgoing CEX mails -->
<
Set
name
=
"mailSenderAddress"
>sender@example.com</
Set
>
</
Configure
>