# TLS, HTTPS-only: with `listener.tls.port` omitted, the single port
# serves HTTPS only (no plaintext HTTP fallback).
#
# cert.pem / key.pem here are a throwaway self-signed test certificate
# (CN=test, valid 2026-2036) - the same one this project's own test
# suite uses. Never use a checked-in cert/key for anything but local
# mocking.
[]
= "127.0.0.1"
= 3443
[]
= "./cert.pem"
= "./key.pem"
[]
= ["apimock-rule-set.toml"]
= "."