Skip to content

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 30f9662 commit 1f1f035
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -20,4 +20,5 @@ ENV LDAP_URL=ldap://ldap:389 \
LDAP_BASE_DN=dc=dcm4che,dc=org \
KEYSTORE=/opt/wildfly/standalone/configuration/keystores/key.p12 \
KEYSTORE_TYPE=PKCS12 \
TRUSTSTORE=/opt/wildfly/standalone/configuration/keystores/cacerts.jks
TRUSTSTORE=/opt/wildfly/standalone/configuration/keystores/cacerts.p12 \
TRUSTSTORE_TYPE=PKCS12
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -207,6 +207,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 1f1f035

Please sign in to comment.