Can you specify `--tls_server_certs=...` more than...
# tls
c
Can you specify
--tls_server_certs=...
more than once in a flags config? Like:
Copy code
--tls_hostname=<http://example.com|example.com>
--tls_server_certs=blah1
--tls_server_certs=blah2
z
No, but you can put more than one cert into the file 🙂
ty 1