Skip to content

Commit

Permalink
fix: update trust store type to pkcs12
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Dec 31, 2024
1 parent 0449d3d commit ed596a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/nifi/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ data:
NIFI_ZOOKEEPER_CONNECT_STRING: "zookeeper:2181"
TRUSTSTORE_PASSWORD: "th1s1s3up34e5r37"
TRUSTSTORE_PATH: "${NIFI_HOME}/keytool/truststore.jks"
TRUSTSTORE_TYPE: "jks"
TRUSTSTORE_TYPE: "pkcs12"

0 comments on commit ed596a2

Please sign in to comment.