One may have a need to apply a custom PEM and KEY certificate to EEM to facilitate SSL communication with a known certificate. The following describes the steps to apply such a certificate
EEM 12.5.x and higher
<Connector name="defaultport">
<port>5250</port>
<mustlisten>true</mustlisten>
<conntype/>
<conntimeout>120</conntimeout>
<peektimeout>30</peektimeout>
<maxconnections>1000</maxconnections>
<maxrequestbytes>10000000</maxrequestbytes>
<maxpiperequests>10</maxpiperequests>
<maxAcceptRate/>
<certType/>
<certURI/>
<certPW/>
<keyURI/>
<keyPW/>
<secureProtocol/>
<cipherlist/>
</Connector>
<Connector name="defaultport">
<port>5250</port>
<mustlisten>true</mustlisten>
<conntype/>
<conntimeout>120</conntimeout>
<peektimeout>30</peektimeout>
<maxconnections>1000</maxconnections>
<maxrequestbytes>10000000</maxrequestbytes>
<maxpiperequests>10</maxpiperequests>
<maxAcceptRate/>
<certType/>
<certURI>EXAMPLE-CERT.crt</certURI>
<certPW/>
<keyURI>EXAMPLE-CERT.key</keyURI>
<keyPW/>
<secureProtocol/>
<cipherlist/>
</Connector>
Please see KB Article 18977 for corresponding instructions on using a p12 certificate (password needed)