mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* A CA certificate (e.g. ca.crt) should be used to sign a server certificate (server.crt for a private key server.key) * gRPC API server requires a server certificate and key to be enabled (passed via -cert-file and -key-file) * gRPC client bootcmd tool must verify the server identity using a known CA (passed to bootcmd via -ca-file) * This provides transport security, it does not provide client authentication