This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/proxy/Dockerfile
Wojciech Kozlowski 3224f31567 Enhance HTTPS
2017-09-17 22:14:21 +01:00

4 lines
135 B
Docker

FROM nginx
RUN apt update && apt install -y openssl
RUN mkdir /etc/nginx/cert && openssl dhparam -out /etc/nginx/cert/dhparam.pem 2048