The transfer node provides an HTTPS interface for encrypted communication between node machines. For example, if you are running the transfer web UI on machine A, you can encrypt the connection, using SSL, with your transfer server of file-storage node on machine B.
The transfer node is configured to use the Aspera preinstalled, self signed certificate, aspera_server_cert.pem, which is located in the following directory:
The PEM certificate format is commonly issued by Certificate Authorities. PEM certificates have extensions that include .pem, .crt, .cer, and .key, and are Base-64 encoded ASCII files containing "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----" statements. Server certificates, intermediate certificates, and private keys can be in PEM format.