Skip to content

Commit

Permalink
add ssl/tls conf to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
10A7 committed Jan 9, 2018
1 parent 79fea51 commit 3c9bce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY lib/ /opt/ethgasstation/api/lib
COPY app.js /opt/ethgasstation/api/app.js
COPY package.json /opt/ethgasstation/api/package.json
COPY package-lock.json /opt/ethgasstation/api/package-lock.json
COPY conf/ /opt/ethgastation/api/conf
COPY settings.docker.conf /etc/ethgasstation.conf

RUN cd /opt/ethgasstation/api && npm install
Expand Down
2 changes: 2 additions & 0 deletions conf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ generated by this application are self-signed and are not meant to be
Internet-facing, but rather maintain some confidentiality between the
Express server and the load balancer.

**This is not yet implemented in production and is a development-only feature.**

### Regenerating Diffie-Hellman parameters

Some pregenerated Diffie-Hellman parameters exist as `conf/dhparams`. These
Expand Down

0 comments on commit 3c9bce0

Please sign in to comment.