File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ start_spring() {
33
33
${BIN_DIR} /gen-spring-yml ${SPRING_CONFIG_DIR} $ENV_FILE $MOUNT_SPRING_CONF_DIR /application.yml
34
34
print " > EFFECTIVE SPRING_CONFIG_FILE: $MOUNT_SPRING_CONF_DIR /application.yml"
35
35
cp ${SPRING_CONFIG_DIR} /* .pem $MOUNT_SPRING_CONF_DIR
36
+ cp ${SPRING_CONFIG_DIR} /* .jks $MOUNT_SPRING_CONF_DIR
36
37
37
38
docker run \
38
39
--detach \
@@ -41,7 +42,6 @@ start_spring() {
41
42
--publish 8080:8080 \
42
43
--publish 8443:8443 \
43
44
-v ${MOUNT_SPRING_CONF_DIR} :/config \
44
- -v ${MOUNT_SPRING_CONF_DIR} :/opt/spring/data/import/ \
45
45
${SPRING_DOCKER_IMAGE}
46
46
47
47
wait_for_oidc_endpoint spring $SPRING_URL $MOUNT_SPRING_CONF_DIR /ca_spring_certificate.pem
Original file line number Diff line number Diff line change 4
4
protocol : TLS
5
5
enabled-protocols : TLSv1.2
6
6
key-store-type : PKCS12
7
- ssl. key-store : /config/server_spring.p12
8
- ssl. key-store-password : guest
7
+ key-store : /config/server_spring.jks
8
+ key-store-password : foobar
9
9
port : 8080
You can’t perform that action at this time.
0 commit comments