Skip to content

Commit

Permalink
ROX-20479: only use active-tls cert (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo authored Jan 17, 2024
1 parent d7bc25d commit f5cd3ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/service-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +880,6 @@ objects:
tls_certificates:
- certificate_chain: {filename: "/secrets/active-tls/tls.crt"}
private_key: {filename: "/secrets/active-tls/tls.key"}
- certificate_chain: {filename: "/secrets/active-tls/tls.crt"}
private_key: {filename: "/secrets/active-tls/tls.key"}
filters:
- name: envoy.filters.network.http_connection_manager
typed_config:
Expand Down Expand Up @@ -936,8 +934,6 @@ objects:
full_scan_certs_on_sni_mismatch: true
common_tls_context:
tls_certificates:
- certificate_chain: {filename: "/secrets/tls/tls.crt"}
private_key: {filename: "/secrets/tls/tls.key"}
- certificate_chain: {filename: "/secrets/active-tls/tls.crt"}
private_key: {filename: "/secrets/active-tls/tls.key"}
filters:
Expand Down

0 comments on commit f5cd3ed

Please sign in to comment.