Skip to content

Commit

Permalink
added trustcacerts flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ruromero authored and jcantrill committed Jul 5, 2017
1 parent 5211196 commit 855a7c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployer/scripts/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function generate_JKS_chain() {
-keystore $dir/keystore.jks \
-storepass $ks_pass \
-noprompt \
-trustcacerts \
-alias $NODE_NAME

echo "Import CA to truststore for validating client certs"
Expand Down Expand Up @@ -155,6 +156,7 @@ function generate_JKS_client_cert() {
-keystore $dir/$NODE_NAME.jks \
-storepass $ks_pass \
-noprompt \
-trustcacerts \
-alias $NODE_NAME

echo All done for $NODE_NAME
Expand Down

0 comments on commit 855a7c2

Please sign in to comment.