Skip to content

Commit

Permalink
Update config for new 2021 SSL API certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfrmgit committed Jan 25, 2021
1 parent f09c4d0 commit f9167fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README_certs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Look in Dockerfile-api-dev under ENV block (key-value pairs defining TLA keystor
```
ENV dbpswdfile=/run/secrets/dbpswd \
jmspswdfile=/run/secrets/jmspswd \
keystore=/run/secrets/keystorefile_20200405 \
keystore=/run/secrets/keystorefile_20210125 \
keystorepswdfile=/run/secrets/keystorepswd
```

Expand All @@ -17,7 +17,7 @@ Look in [docker\swarm\docker-compose.yml](./docker/swarm/docker-compose.yml)
```
keystorepswd:
file: ${VCELL_SECRETS_DIR}/vcellapi-beta-keystorepswd.txt
keystorefile_20200405:
keystorefile_20210125:
file: ${VCELL_SECRETS_DIR}/vcellapi-beta.jks
```

Expand Down
2 changes: 1 addition & 1 deletion docker/build/Dockerfile-api-dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV softwareVersion=SOFTWARE-VERSION-NOT-SET \

ENV dbpswdfile=/run/secrets/dbpswd \
jmspswdfile=/run/secrets/jmspswd \
keystore=/run/secrets/keystorefile_20200405 \
keystore=/run/secrets/keystorefile_20210125 \
keystorepswdfile=/run/secrets/keystorepswd

EXPOSE 8080
Expand Down
6 changes: 3 additions & 3 deletions docker/swarm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
timeout: 30s
retries: 2
secrets:
- keystorefile_20200405
- keystorefile_20210125
- keystorepswd
- dbpswd
- jmspswd
Expand Down Expand Up @@ -350,7 +350,7 @@ secrets:
file: ${VCELL_SECRETS_DIR}/jmsrestpswd.txt
keystorepswd:
file: ${VCELL_SECRETS_DIR}/vcellapi-beta-keystorepswd.txt
keystorefile_20200405:
file: ${VCELL_SECRETS_DIR}/vcellapi-beta_20200405.jks
keystorefile_20210125:
file: ${VCELL_SECRETS_DIR}/vcellapi-beta_20210125.jks
batchuserkeyfile:
file: ${VCELL_SECRETS_DIR}/schaff_rsa

0 comments on commit f9167fc

Please sign in to comment.