Skip to content

feat(daemon): CLI flags for custom gRPC TLS cert/key/CA paths #66

Description

@cidrblock

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions