Skip to content

Commit

Permalink
DO_NOT_MERGE: use Kong path for certificates temporarily for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thebengeu committed Dec 1, 2023
1 parent b0aa89b commit 2d41d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/files/envoy_config/lds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,6 @@ resources:
common_tls_context:
tls_certificates:
- certificate_chain:
filename: /etc/envoy/fullChain.pem
filename: /etc/kong/fullChain.pem
private_key:
filename: /etc/envoy/privKey.pem
filename: /etc/kong/privKey.pem

0 comments on commit 2d41d07

Please sign in to comment.