-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CertFileAndKey doesn't work #151
Comments
Hi @tailtwo We don't currently support the /etc/pure-ftpd/conf directory, please try the flags instead: |
Looks like there isn't a flag for what I am trying to achieve. |
Ah ok, sorry would like to come back and work on a script to parse the conf folder similar to how debian/ubuntu does normally but for the docker container but not had time to work on this atm. |
Thank you, I'll take a look at it. I think this issue can be closed then. |
Hello,
I'm trying to use LetsEncrypt certificate for my FTP pod. My first idea was to use the
CertFileAndKey
parameter to use the certificate and key that I mounted into the container. So I mounted this configmap in/etc/pure-ftpd/conf/CertFileAndKey
:But when I launch the pod, it crashes without error :
However it seems to work fine when I concatenate the key with the cert, so it looks like
CertFileAndKey
is not working properly.The text was updated successfully, but these errors were encountered: