Class TlsCertificateFiles (0.9.21)

TlsCertificateFiles(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification of TLS certificate files.

Attributes

Name Description
certificate_path str
Required. The path to the file that has the certificate containing public key.
private_key_path str
Required. The path to the file that has the private key.