I have a question about TLS certificate.
How to get or create these files?
TLSRSACertificateFile /etc/pki/tls/certs/your_cert.cer
TLSRSACertificateKeyFile /etc/pki/tls/private/your.key
TLSCertificateChainFile /etc/pki/tls/certs/your_intermediate.cer
Besides, I got an error from FileZilla connection to ftp:
Status: Connecting to 52.88.214.59:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (52,88,214,59,126,204).
Command: LIST
Error: The data connection could not be established: ETIMEDOUT - Connection attempt timed out
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Thanks~~