Context
PR #63 adds --grpc-tls with auto-generated self-signed certs. Custom PEM paths exist only as @internal options for tests (certPath / keyPath / caPath). Production/container users who bring org-issued certificates have no CLI surface.
Flagged during review of PR #63: #63
Proposal
- Expose something like
--grpc-tls-cert, --grpc-tls-key, --grpc-tls-ca (names TBD)
- Keep auto-gen as the default for
--grpc-tls with no paths
- Document usage in DEVELOPMENT.md / CONTAINER.md
References
Context
PR #63 adds
--grpc-tlswith auto-generated self-signed certs. Custom PEM paths exist only as@internaloptions for tests (certPath/keyPath/caPath). Production/container users who bring org-issued certificates have no CLI surface.Flagged during review of PR #63: #63
Proposal
--grpc-tls-cert,--grpc-tls-key,--grpc-tls-ca(names TBD)--grpc-tlswith no pathsReferences