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

Make it possible to use external SSL Certs. #742

Merged
merged 6 commits into from
Nov 12, 2020
Merged

Make it possible to use external SSL Certs. #742

merged 6 commits into from
Nov 12, 2020

Conversation

scudette
Copy link
Contributor

It is now possible to specify path to a .pem and .key file for regular certificates, as issued using any number of CAs or even Let's
Encrypt's cert tool.

Frontend.tls_certificate_filename points at the full chain (e.g. /etc/le/.../fullchain.pem) and Frontend.tls_private_key_filename points at the private key (e.g. ../privkey.pem).

It is now possible to specify path to a .pem and .key file for regular
certificates, as issued using any number of CAs or even Let's
Encrypt's cert tool.

Frontend.tls_certificate_filename points at the full
chain (e.g. /etc/le/.../fullchain.pem) and
Frontend.tls_private_key_filename points at the private
key (e.g. ../privkey.pem).
@scudette scudette merged commit bcbcd93 into master Nov 12, 2020
@scudette scudette deleted the certs branch November 12, 2020 13:51
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

Successfully merging this pull request may close these issues.

1 participant