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

SSL #63

Open
dgram opened this issue Jun 27, 2017 · 2 comments
Open

SSL #63

dgram opened this issue Jun 27, 2017 · 2 comments
Labels

Comments

@dgram
Copy link

dgram commented Jun 27, 2017

i want to ask how is it possible to change the ssl certification files?
i need them for the apache installation

regards and thx

@mblaschke
Copy link
Member

You need to upload (ADD or COPY in Dockerfile) your own certificate into:

  • /opt/docker/etc/httpd/ssl/server.crt
  • /opt/docker/etc/httpd/ssl/server.csr
  • /opt/docker/etc/httpd/ssl/server.key

see https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/apache.html#apache-layout

Or use a reverse proxy with let's encrypt support :)

@DrMxrcy
Copy link

DrMxrcy commented Jan 27, 2023

Or use a reverse proxy with let's encrypt support :)

When I try to use a reverse proxy, I get errors in the console saying content needs to be served over HTTPS. Any ideas? My Trafeik proxy has a valid LE SSL

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

No branches or pull requests

3 participants