concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

Update tls.yml to not enable mTLS on the ATC #234

Closed davewalter closed 3 years ago

davewalter commented 3 years ago

Per issue #233, this PR updates the tls.yml cluster ops-file to not include the CA certificate in the ATC configuration as this will enable mTLS as of v7.0.0. It also includes a new mtls.yml ops-file for users who do want to enable mTLS.