Skip to content

Commit

Permalink
Remove insecure default keys
Browse files Browse the repository at this point in the history
  • Loading branch information
TJM committed Nov 29, 2018
1 parent c58f11f commit ff58105
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 53 deletions.
6 changes: 0 additions & 6 deletions dc-os/Docker/HA/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ COPY --chown=artifactory:artifactory server.xml /opt/jfrog/artifactory/tomcat/co
COPY --chown=artifactory:artifactory binarystore.xml /tmp/binarystore.xml
COPY --chown=artifactory:artifactory artifactory.config.xml /tmp/artifactory.config.xml

# Pre-Populated keys
RUN mkdir -p /var/opt/jfrog/artifactory/access/etc/keys/ /var/opt/jfrog/artifactory/etc/security/
COPY --chown=artifactory:artifactory files/access/etc/keys/private.key /var/opt/jfrog/artifactory/access/etc/keys/private.key
COPY --chown=artifactory:artifactory files/access/etc/keys/root.crt /var/opt/jfrog/artifactory/access/etc/keys/root.crt
COPY --chown=artifactory:artifactory files/security/communication.key /var/opt/jfrog/artifactory/communication.key

# Expose HA Port
EXPOSE 8081 10042

Expand Down
27 changes: 0 additions & 27 deletions files/access/etc/keys/private.key

This file was deleted.

18 changes: 0 additions & 18 deletions files/access/etc/keys/root.crt

This file was deleted.

2 changes: 0 additions & 2 deletions files/security/communication.key

This file was deleted.

0 comments on commit ff58105

Please sign in to comment.