CertificateExchangeService

Prev Next

Der CertificateExchangeService (kurz: cex) wird primär intern genutzt. Siehe hierzu Abschnitt Zertifikatsaustausch.

XML-Konfiguration

<?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

Siehe Abschnitt Let's Encrypt/ACME/Certbot (kostenfrei und automatisch Zertifikate von Certificate Authority erhalten und erneuern).