Skip to content

Commit

Permalink
Added final lines files and used changed markdown syntax to be consis…
Browse files Browse the repository at this point in the history
…tent
  • Loading branch information
Secchol committed Jan 9, 2025
1 parent 79010e2 commit c2f475f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
5 changes: 2 additions & 3 deletions examples/tomcat-security/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Configuring Tomcat server with SSL/TLS
===
# Configuring Tomcat server with SSL/TLS

This guide provides instructions for configuring the embedded GraphDB Tomcat server with SSL/TLS.
There are 3 scenarios for configuring the security of the GraphDB instance:
- By providing a keystore.
- By providing keystore and truststore - used to configure mTLS.
- By providing a truststore - used in cases where GraphDB should trust an external service.

**Note**
**Note:**
If the Tomcat server is configured with SSL/TLS it will also configure the cluster gRPC communication SSL/TLS.

### See more about Tomcat TLS/SSL set up:
Expand Down
4 changes: 1 addition & 3 deletions examples/tomcat-security/keystore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ configuration:
keystoreKey: keystore.jks
keystorePasswordKey: keystore_password
keyAlias: graphdb
# The path where the TLS files will be mounted inside the container.
mountPath: /etc/graphdb/tls/tomcat/
startupProbe:
httpGet:
scheme: HTTPS
Expand All @@ -25,4 +23,4 @@ proxy:
scheme: HTTPS
livenessProbe:
httpGet:
scheme: HTTPS
scheme: HTTPS
4 changes: 1 addition & 3 deletions examples/tomcat-security/keystoreAndTruststore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ configuration:
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/tomcat/
startupProbe:
httpGet:
scheme: HTTPS
Expand All @@ -29,4 +27,4 @@ proxy:
scheme: HTTPS
livenessProbe:
httpGet:
scheme: HTTPS
scheme: HTTPS
2 changes: 0 additions & 2 deletions examples/tomcat-security/truststore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ configuration:
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/tomcat/

0 comments on commit c2f475f

Please sign in to comment.