Details
Description
Take Schema Registry Security properties from the Properties File for C3, and from the Producer/Consumer Properties instead of setting it as JVM Props (-Djavax.net.ssl.*). This forces devs to import the certs to the cacerts of jvm keystore.
confluent.controlcenter.schema.registry.url=https:/schema.registry.local.com:8081
confluent.controlcenter.schema.registry.security.protocol=SSL
confluent.controlcenter.schema.registry.ssl.keystore.location=/var/private/ssl/Keystore.jks
confluent.controlcenter.schema.registry.ssl.keystore.password=****
confluent.controlcenter.schema.registry.ssl.truststore.location=/var/private/ssl/Truststore.jks
confluent.controlcenter.schema.registry.ssl.truststore.password=****
confluent.controlcenter.schema.registry.ssl.key.password=****