Skip to content

Commit ff58105

Browse files
committed
Remove insecure default keys
1 parent c58f11f commit ff58105

File tree

4 files changed

+0
-53
lines changed

4 files changed

+0
-53
lines changed

dc-os/Docker/HA/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ COPY --chown=artifactory:artifactory server.xml /opt/jfrog/artifactory/tomcat/co
1414
COPY --chown=artifactory:artifactory binarystore.xml /tmp/binarystore.xml
1515
COPY --chown=artifactory:artifactory artifactory.config.xml /tmp/artifactory.config.xml
1616

17-
# Pre-Populated keys
18-
RUN mkdir -p /var/opt/jfrog/artifactory/access/etc/keys/ /var/opt/jfrog/artifactory/etc/security/
19-
COPY --chown=artifactory:artifactory files/access/etc/keys/private.key /var/opt/jfrog/artifactory/access/etc/keys/private.key
20-
COPY --chown=artifactory:artifactory files/access/etc/keys/root.crt /var/opt/jfrog/artifactory/access/etc/keys/root.crt
21-
COPY --chown=artifactory:artifactory files/security/communication.key /var/opt/jfrog/artifactory/communication.key
22-
2317
# Expose HA Port
2418
EXPOSE 8081 10042
2519

files/access/etc/keys/private.key

Lines changed: 0 additions & 27 deletions
This file was deleted.

files/access/etc/keys/root.crt

Lines changed: 0 additions & 18 deletions
This file was deleted.

files/security/communication.key

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)