SSL Configuration
#
Sectionssl:
The SSL section enables SSL/TLS on build event protocol and remote cache gRPC connections (gRPCS). Optional
#
OptionsOptional
enable_ssl:
Whether or not to enable SSL/TLS on gRPC connections (gRPCS).use_acme:
Whether or not to automatically configure SSL certs using ACME. If ACME is enabled, cert_file and key_file should not be set.cert_file:
Path to a PEM encoded certificate file to use for TLS if not using ACME.key_file:
Path to a PEM encoded key file to use for TLS if not using ACME.client_ca_cert_file:
Path to a PEM encoded certificate authority file used to issue client certificates for mTLS auth.client_ca_key_file:
Path to a PEM encoded certificate authority key file used to issue client certificates for mTLS auth.