Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mariusz Sabath <[email protected]>
Signed-off-by: Maia Iyer <[email protected]>
  • Loading branch information
maia-iyer and mrsabath committed Jul 10, 2023
1 parent 9beb855 commit 9b1054b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf/agent/full.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ server {

# [optional, recommended] configure HTTPS connection to Tornjak server
https {
port = 10443 # [required] container port for HTTPS connection
cert = "sample-keys/tls.pem" # [required] TLS cert
key = "sample-keys/key.pem" # [required] TLS key
port = 10443 # [required for HTTPS] container port for HTTPS connection
cert = "sample-keys/tls.pem" # [required for HTTPS] TLS cert
key = "sample-keys/key.pem" # [required for HTTPS] TLS key
ca = "sample-keys/rootCA.pem" # enables mTLS connection for HTTPS port
}

Expand Down

0 comments on commit 9b1054b

Please sign in to comment.