Commit 34f1fe6c authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia PKCS12 por JKS en los stores

parent 409f4875
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@ LDAP_USER_SEARCH_BASE=dc=example,dc=org
LDAP_USER_SEARCH_FILTER=cn={0}
LDAP_IDENTITY_STRATEGY=USE_DN
LDAP_URL=ldap://openldap:389
KEYSTORE_TYPE=PKCS12
KEYSTORE_TYPE=JKS
KEYSTORE_PASSWORD=changeme
KEY_PASSWORD=changeme
TRUSTSTORE_PASSWORD=changeme
TRUSTSTORE_TYPE=PKCS12
TRUSTSTORE_TYPE=JKS
AUTH=ldap
NIFI_SENSITIVE_PROPS_KEY=changeme
NIFI_WEB_HTTPS_HOST=0.0.0.0
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ services:
    environment:
      HOME: ${NIFI_HOME}/conf
      NIFI_WEB_PROXY_HOST: ${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME}:443
      TRUSTSTORE_PATH: ${NIFI_HOME}/security/truststore.p12
      KEYSTORE_PATH: ${NIFI_HOME}/security/keystore.p12
      TRUSTSTORE_PATH: ${NIFI_HOME}/security/truststore.jks
      KEYSTORE_PATH: ${NIFI_HOME}/security/keystore.jks
      NIFI_HOME:
      INITIAL_ADMIN_IDENTITY:
      LDAP_AUTHENTICATION_STRATEGY: