diff options
Diffstat (limited to 'tests/cert_bootstrap/server_lds.conf')
| -rw-r--r-- | tests/cert_bootstrap/server_lds.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/cert_bootstrap/server_lds.conf b/tests/cert_bootstrap/server_lds.conf new file mode 100644 index 0000000..6cbfdcf --- /dev/null +++ b/tests/cert_bootstrap/server_lds.conf @@ -0,0 +1,13 @@ +# ServerLDS — test: cert_bootstrap +# Secured LDS with discovery-only None endpoint. + +port = 14840 +applicationUri = urn:localhost:bobink:ServerLDS + +certificate = tests/cert_bootstrap/certs/ServerLDS/cert.der +privateKey = tests/cert_bootstrap/certs/ServerLDS/key.der +trustStore = tests/cert_bootstrap/certs/trust + +authMode = anonymous + +cleanupTimeout = 60 |
