WebService::Fastly::Object::LoggingTlsCommon
Load the model package
Properties
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- tls_ca_cert | string | A secure certificate to authenticate a server with. Must be in PEM format. | [optional] [default to 'null'] tls_client_cert | string | The client certificate used to make authenticated requests. Must be in PEM format. | [optional] [default to 'null'] tls_client_key | string | The client private key used to make authenticated requests. Must be in PEM format. | [optional] [default to 'null'] tls_hostname | string | The hostname to verify the server's certificate. This should be one of the Subject Alternative Name (SAN) fields for the certificate. Common Names (CN) are not supported. | [optional] [default to 'null']