File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
distribution/docker/src/docker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ RUN printf "\\n" | jdk/bin/keytool -importkeystore \
159159 -srckeystore /usr/share/elasticsearch/jdk/lib/security/cacerts \
160160 -srcstoretype PKCS12 \
161161 -destkeystore config/cacerts.bcfks \
162- -deststorepass password \
162+ -deststorepass passwordcacert \
163163 -deststoretype BCFKS \
164164 -providerclass org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider \
165165 -providerpath lib/bc-fips-1.0.2.5.jar \
@@ -173,7 +173,7 @@ RUN cat <<EOF > /usr/share/elasticsearch/config/jvm.options.d/fips.options
173173-Djava.security.properties=config/fips_java.security
174174-Djava.security.policy=config/fips_java.policy
175175-Djavax.net.ssl.trustStore=config/cacerts.bcfks
176- -Djavax.net.ssl.trustStorePassword=password
176+ -Djavax.net.ssl.trustStorePassword=passwordcacert
177177EOF
178178
179179EXPOSE 9200 9300
You can’t perform that action at this time.
0 commit comments