Skip to content
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

combined .pem for pure-ftpd ??? #820

Open
lolo888 opened this issue Nov 15, 2023 · 1 comment
Open

combined .pem for pure-ftpd ??? #820

lolo888 opened this issue Nov 15, 2023 · 1 comment
Assignees

Comments

@lolo888
Copy link

lolo888 commented Nov 15, 2023

Hello, I can't find the right combination for a certificate for a pure-ftpd server??
chain.crt + domain.crt + domain.key + domain.csr + fullchain.crt??? = ?.pem
Thank you for your help

@timkimber timkimber self-assigned this Nov 24, 2023
@baquilla
Copy link
Contributor

baquilla commented Dec 7, 2023

For configuring TLS/SSL in Pure-FTPd, you typically need two files: the private key and a combined certificate file that includes your domain certificate and the chain of intermediate certificates (if any). You won't need the CSR (Certificate Signing Request) file for this configuration.

The exact method depends on how Pure-FTPd was installed and your system's configuration. Typically, you would specify the paths to your certificate and private key files. For example:
CertFile /path/to/domain.crt (installed with DOMAIN_CHAIN_LOCATION)
KeyFile /path/to/domain.key (installed with DOMAIN_KEY_LOCATION)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants