docs: Add mTLS docker-compose example (#744)

Add mTLS docker-compose example
This commit is contained in:
Chris Smith
2024-06-10 18:47:47 -04:00
committed by GitHub
parent 11aeec45c9
commit 23a5da8dc6
8 changed files with 246 additions and 0 deletions

View File

@ -0,0 +1,13 @@
endpoints:
- name: example
url: https://nginx
interval: 30s
conditions:
- "[STATUS] == 200"
client:
# mtls
insecure: true
tls:
certificate-file: /certs/client.crt
private-key-file: /certs/client.key
renegotiation: once