# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # tcpip720 src/tcpip/usr/samples/tcpip/.ftpcnf 1.2 # # Licensed Materials - Property of IBM # # Restricted Materials of IBM # # COPYRIGHT International Business Machines Corp. 2007 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # # This file contains configuration statements use by ftp # when -s flag is specified. This file is required only when the # ftpd server is configured to perform certificate validation # on the ftp client. # # # Entries : # # CRL_PATH Path to the certificate revocation list in PEM format # (optional). If specified the ftp command perform # verification on the certificate provided by the ftpd server. # # CA_PATH Path to the certificate authority file in PEM format # (optional). If specified the ftp command perform # verification on the certificated provided by the ftpd # server. # # CIPHER_LIST Cipher list to use during the connection (optional) # # DEPTH If the CA_PATH configuration parameter is specified # depht is used during the certificate verification # (optional). # # CERTIFICATE Path to a digital certificate file in PEM format # to use during the TLS session (optional). # # CERTIFICATE_PRIVATE_KEY Path to the certificate private key in PEM # format to use during the TLS session # (optional) # CRL_PATH /home/USERNAME/crl.pem # CA_PATH /home/USERNAME/ca.pem # CIPHER_LIST ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH # DEPTH 2 # CERTIFICATE /home/USERNAME/cert.pem # CERTIFICATE_PRIVATE_KEY /home/USERNAME/privatekey.pem