Enclave gRPC Server Configuration

This package defines messages and extensions used by the EnclaveServer utility.

ServerConfig

Represents an enclave gRPC server’s configuration.

Field Type Description Required
host string

The host to run on in the form of IPv6 address minus the port.

No
port int32

The port to run on. A port of 0 indicates that the port should be auto-selected by the system.

No