Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
dcm4che/dcm4chee-arc-light#2733 : Change format of sample key and tru…
Browse files Browse the repository at this point in the history
…ststore from JKS to PKCS12
  • Loading branch information
vrindanayak committed Aug 25, 2020
1 parent 45fcb31 commit ec6b291
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ ENV LDAP_URL=ldap://ldap:389 \
LDAP_BASE_DN=dc=dcm4che,dc=org \
KEYSTORE=/opt/keycloak/standalone/configuration/keystores/key.p12 \
KEYSTORE_TYPE=PKCS12 \
TRUSTSTORE=/opt/keycloak/standalone/configuration/keystores/cacerts.jks \
TRUSTSTORE=/opt/keycloak/standalone/configuration/keystores/cacerts.p12 \
TRUSTSTORE_TYPE=PKCS12 \
KEYCLOAK_IMPORT=/opt/keycloak/standalone/configuration/dcm4che-realm.json

# Ensure signals are forwarded to the JVM process correctly for graceful shutdown
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ Password used to protect the integrity of the keystore specified by `TRUSTSTORE`
Password used to protect the integrity of the keystore specified by `TRUSTSTORE` via file input
(alternative to `TRUSTSTORE_PASSWORD`).

#### `TRUSTSTORE_TYPE`

Type (`JKS` or `PKCS12`) of the keystore specified by `TRUSTSTORE` (optional, default is `PKCS12`).

#### `TLS_PROTOCOLS`

Comma separated list of enabled TLS protocols (`SSLv2`, `SSLv3`, `TLSv1`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`)
Expand Down
Binary file removed configuration/keystores/cacerts.jks
Binary file not shown.
Binary file added configuration/keystores/cacerts.p12
Binary file not shown.
Binary file removed configuration/keystores/key.jks
Binary file not shown.

0 comments on commit ec6b291

Please sign in to comment.