From 2cae86c2730ecc49db457069ca7b115180564ac6 Mon Sep 17 00:00:00 2001 From: Gianluca Date: Tue, 5 Mar 2024 17:18:39 +0100 Subject: [PATCH] Checkpoint --- examples/quickstart-schema-registry/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/quickstart-schema-registry/README.md b/examples/quickstart-schema-registry/README.md index 24834454..b85c4169 100644 --- a/examples/quickstart-schema-registry/README.md +++ b/examples/quickstart-schema-registry/README.md @@ -57,12 +57,13 @@ The [docker-compose.yml](docker-compose.yml) has been revised to configure the i In addition, the `schema-registry` service references the local [`secrets/schema-registry`](../compose-templates/secrets/schema-registry/) folder to retrieve its secrets: - the truststore file [`schema-registry.truststore.jks`](../compose-templates/secrets/schema-registry/schema-registry.truststore.jks); -- the keystore file [`broker.schema-registry.jks`](../compose-templates/secrets/schema-registry/schema-registry.keystore.jks); +- the keystore file [`schema-registry.keystore.jks`](../compose-templates/secrets/schema-registry/schema-registry.keystore.jks); You can regenerate all of them with: ```sh ./generate-secrets.sh + ``` ## Run