public sealed class TlsConfig.Types.CaCert : IMessage<TlsConfig.Types.CaCert>, IEquatable<TlsConfig.Types.CaCert>, IDeepCloneable<TlsConfig.Types.CaCert>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class TlsConfig.Types.CaCert.
The CA certificate.
Implements
IMessageTlsConfigTypesCaCert, IEquatableTlsConfigTypesCaCert, IDeepCloneableTlsConfigTypesCaCert, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
CaCert()
public CaCert()CaCert(CaCert)
public CaCert(TlsConfig.Types.CaCert other)| Parameter | |
|---|---|
| Name | Description |
other |
TlsConfigTypesCaCert |
Properties
Cert
public ByteString Cert { get; set; }Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, CES will use Google's default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
DisplayName
public string DisplayName { get; set; }Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.
| Property Value | |
|---|---|
| Type | Description |
string |
|