Skip to content

Commit

Permalink
Added final new lines and changed README file to use consistent markd…
Browse files Browse the repository at this point in the history
…own syntax
  • Loading branch information
Secchol committed Jan 10, 2025
1 parent 20bb031 commit 6fd1e20
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions examples/grpc-security/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 0 additions & 2 deletions examples/grpc-security/certWithoutChain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 0 additions & 2 deletions examples/grpc-security/jsse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 0 additions & 2 deletions examples/grpc-security/openssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 6fd1e20

Please sign in to comment.