Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Managing File Transfers with ActiveTransfer | Server Configuration Parameters and Variables | Server Configuration Parameters | mft.server.crlUrl
 
mft.server.crlUrl
If certificate-based authentication is enforced through either the "Require valid certificate" or "Require valid certificate and password" field for FTPS (implicit or explicit) and HTTPS ports, ActiveTransfer validates the client certificate against the certificate revocation list (CRL) specified in mft.server.crlUrl to permit or block client access to ActiveTransfer Server.
Set the value of mft.server.crlUrl as either as a file stored in an accessible directory or a file that can be downloaded from a URL.
Example:
*mft.server.crlUrl=C:/MFT/CRL/mftCRL.crl
*mft.server.crlUrl=http://softwareag.com/crls/mftCRL.crl
If this property is not set, ActiveTransfer does not perform the CRL check.