CertificateExchangeService
The CertificateExchangeService (short: "cex") is primarily used internally. See section Certificate exchange.
XML configuration
Important note: The availability of a service depends on the license purchased and whether the service has been registered in the configuration file ./etc/factory.xml of the Service Factory (changes require server restart!). There you will also find the responsible configuration file for a service, otherwise you can also edit the configuration file of the service directly in the GUI of the service (changes require a service restart!). 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>Let's Encrypt
See section Let's Encrypt/ACME/Certbot (receiving and renewing certificates from Certificate Authority free of charge and automatically).