Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site-src/guides/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ TLS-encrypted upstream connection where Pods backing the `dev` Service are expec
certificate for `dev.example.com`.

```yaml
{% include 'standard/v1/backendtlspolicy-system-certs.yaml' %}
{% include 'standard/backendtlspolicy/backendtlspolicy-system-certs.yaml' %}
```

#### Using Explicit CA Certificates
Expand All @@ -155,7 +155,7 @@ map `auth-cert` to connect with a TLS-encrypted upstream connection where Pods b
are expected to serve a valid certificate for `auth.example.com`.

```yaml
{% include 'standard/v1/backendtlspolicy-ca-certs.yaml' %}
{% include 'standard/backendtlspolicy/backendtlspolicy-ca-certs.yaml' %}
```

## Extensions
Expand Down