From 6fd1e20d848a009aa980b7a26c880533b43d9f83 Mon Sep 17 00:00:00 2001 From: sechkin Date: Fri, 10 Jan 2025 15:25:13 +0200 Subject: [PATCH] Added final new lines and changed README file to use consistent markdown syntax --- examples/grpc-security/README.md | 3 +-- examples/grpc-security/certWithoutChain.yaml | 2 -- examples/grpc-security/jsse.yaml | 2 -- examples/grpc-security/openssl.yaml | 2 -- 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/grpc-security/README.md b/examples/grpc-security/README.md index 4611279..83896d7 100644 --- a/examples/grpc-security/README.md +++ b/examples/grpc-security/README.md @@ -1,5 +1,4 @@ -Configuring cluster gRPC communication with SSL/TLS -=== +# Configuring cluster gRPC communication with SSL/TLS This guide provides instructions for configuring GraphDB cluster gRPC communication with SSL/TLS. It details how to configure it: diff --git a/examples/grpc-security/certWithoutChain.yaml b/examples/grpc-security/certWithoutChain.yaml index 1722793..6ca8267 100644 --- a/examples/grpc-security/certWithoutChain.yaml +++ b/examples/grpc-security/certWithoutChain.yaml @@ -14,5 +14,3 @@ cluster: truststorePasswordKey: truststore_password truststoreProvider: SUN truststoreType: JKS - # The path where the TLS files will be mounted inside the container. - mountPath: /etc/graphdb/tls/grpc/ \ No newline at end of file diff --git a/examples/grpc-security/jsse.yaml b/examples/grpc-security/jsse.yaml index 335b83c..e21bea1 100644 --- a/examples/grpc-security/jsse.yaml +++ b/examples/grpc-security/jsse.yaml @@ -10,5 +10,3 @@ cluster: existingSecret: my-truststore-secret truststoreKey: truststore.jks truststorePasswordKey: truststore_password - # The path where the TLS files will be mounted inside the container. - mountPath: /etc/graphdb/tls/grpc/ \ No newline at end of file diff --git a/examples/grpc-security/openssl.yaml b/examples/grpc-security/openssl.yaml index 157e928..d5ba47b 100644 --- a/examples/grpc-security/openssl.yaml +++ b/examples/grpc-security/openssl.yaml @@ -17,5 +17,3 @@ cluster: truststorePasswordKey: truststore_password truststoreProvider: SUN truststoreType: JKS - # The path where the TLS files will be mounted inside the container. - mountPath: /etc/graphdb/tls/grpc/ \ No newline at end of file