From a1b28465da7feffae97a480c3ee6fcc931c4f4d6 Mon Sep 17 00:00:00 2001 From: ddelange <14880945+ddelange@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:04:50 +0200 Subject: [PATCH] Attempt another fix --- ci_helpers/helpers.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_helpers/helpers.sh b/ci_helpers/helpers.sh index f86d0b88..16006c18 100644 --- a/ci_helpers/helpers.sh +++ b/ci_helpers/helpers.sh @@ -35,7 +35,8 @@ chroot_local_user=YES allow_writeable_chroot=YES''' additional_ssl_setup=''' -rsa_cert_file=/etc/vsftpd.pem +rsa_cert_file=/path/to/vsftpd.pem +rsa_private_key_file=/path/to/vsftpd.key ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=NO