-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change format of sample key and truststore from JKS to PKCS12 #2733
Comments
vrindanayak
added a commit
to dcm4che-dockerfiles/dcm4chee-arc-psql
that referenced
this issue
Aug 24, 2020
vrindanayak
added a commit
to dcm4che-dockerfiles/dcm4chee-arc-psql
that referenced
this issue
Aug 24, 2020
vrindanayak
added a commit
to dcm4che-dockerfiles/dcm4chee-arc-psql
that referenced
this issue
Aug 24, 2020
vrindanayak
added a commit
to dcm4che-dockerfiles/dcm4chee-arc-psql
that referenced
this issue
Aug 24, 2020
vrindanayak
added a commit
to dcm4che-dockerfiles/keycloak
that referenced
this issue
Aug 24, 2020
gunterze
changed the title
Provide sample key/certficate as PKCS12 keystore
Change format of sample key and truststore from JKS to PKCS12
Aug 25, 2020
also change (default) format for truststore from JKS to PKCS12 |
vrindanayak
added a commit
that referenced
this issue
Aug 25, 2020
vrindanayak
added a commit
to dcm4che-dockerfiles/slapd-dcm4chee
that referenced
this issue
Aug 25, 2020
…ststore from JKS to PKCS12
vrindanayak
added a commit
to dcm4che-dockerfiles/keycloak
that referenced
this issue
Aug 25, 2020
…ststore from JKS to PKCS12
vrindanayak
added a commit
to dcm4che-dockerfiles/dcm4chee-arc-psql
that referenced
this issue
Aug 25, 2020
…ststore from JKS to PKCS12
vrindanayak
added a commit
to dcm4che-dockerfiles/dcm4chee-arc-psql
that referenced
this issue
Aug 25, 2020
…ststore from JKS to PKCS12
vrindanayak
added a commit
to dcm4che-dockerfiles/dcm4chee-arc-psql
that referenced
this issue
Aug 25, 2020
…ststore from JKS to PKCS12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
configuration/keystores/key.p12
configuration/keystores/cacert.p12
configuration/keystores/key.jks
byconfiguration/keystores/key.p12
in the archive docker image and change the default values of ENV KEYSTORE and KEYSTORE_TYPE accordinglyconfiguration/keystores/cacerts.jks
byconfiguration/keystores/cacerts.p12
in the archive docker image add ENVTRUSTSTORE_TYPE
$JAVA_HOME/lib/security/cacerts
on first archive container startup worksconfiguration/keystores/key.jks
byconfiguration/keystores/key.p12
in the keycloak docker image and change the default values of ENV KEYSTORE and KEYSTORE_TYPE accordinglyconfiguration/keystores/cacerts.jks
byconfiguration/keystores/cacerts.p12
in the keycloak docker image add ENVTRUSTSTORE_TYPE
update-config-5.22.5.ldif
with corresponding changes for applying the configuration changes on update.ldap/data/
: replacedcmTrustStoreType
value fromJKS
to${env.TRUSTSTORE_TYPE}
indefault-config.ldif
. Provideupdate-config-5.22.5.ldif
with corresponding changes for applying the configuration changes on update.Rationale:
PKCS12
is specified by RFC 7292 and supported by multiple platforms,JKS
is an Oracle proprietary format only supported by Java.Related dcm4che/dcm4che#777
The text was updated successfully, but these errors were encountered: