mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
6ecca65c85
- adds support for trust domain lookup on x509 chain - adds support for non-ha trustDomain configuration - adds default generated trust domain for non-ha controllers - non-HA controllers will generate a trust domain from the root CA if possible - additionalTrustDomains has been added for transitioning between trust domains update changelog.md
24 lines
511 B
YAML
24 lines
511 B
YAML
v: 3
|
|
|
|
db: testdata/${ZITI_TEST_DB}.db
|
|
|
|
identity:
|
|
cert: testdata/ca/intermediate/certs/ctrl-client.cert.pem
|
|
server_cert: testdata/ca/intermediate/certs/ctrl-server.cert.pem
|
|
key: testdata/ca/intermediate/private/ctrl.key.pem
|
|
ca: testdata/ca/intermediate/certs/ca-chain.cert.pem
|
|
|
|
trustDomain: integration-test
|
|
|
|
ctrl:
|
|
listener: tls:127.0.0.1:6363
|
|
|
|
web:
|
|
- name: localhost
|
|
bindPoints:
|
|
- interface: 127.0.0.1:1281
|
|
address: 127.0.0.1:1281
|
|
options: {}
|
|
apis:
|
|
- binding: fabric
|