Sha256: d9dc0487bc961577e32635c8fead5aeb2f8c2fdda95a46594039e76d1ad77424

Contents?: true

Size: 976 Bytes

Versions: 20

Compression:

Stored size: 976 Bytes

Contents

# Fastly::TlsCommon

## 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_cert_hostname** | **String** | The hostname used to verify a server's certificate. It can either be the Common Name (CN) or a Subject Alternative Name (SAN). | [optional][default to 'null'] |
| **use_tls** | **Integer** | Whether to use TLS. | [optional][default to USE_TLS::no_tls] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
fastly-6.0.2 docs/TlsCommon.md
fastly-6.0.1 docs/TlsCommon.md
fastly-6.0.0 docs/TlsCommon.md
fastly-5.3.1 docs/TlsCommon.md
fastly-5.3.0 docs/TlsCommon.md
fastly-5.2.2 docs/TlsCommon.md
fastly-5.2.1 docs/TlsCommon.md
fastly-5.2.0 docs/TlsCommon.md
fastly-5.1.1 docs/TlsCommon.md
fastly-5.1.0 docs/TlsCommon.md
fastly-5.0.0 docs/TlsCommon.md
fastly-4.4.0 docs/TlsCommon.md
fastly-4.3.0 docs/TlsCommon.md
fastly-4.2.0 docs/TlsCommon.md
fastly-4.1.0 docs/TlsCommon.md
fastly-4.0.1.pre.alpha.0 docs/TlsCommon.md
fastly-4.0.0 docs/TlsCommon.md
fastly-4.0.0.alpha4 docs/TlsCommon.md
fastly-4.0.0.alpha3 docs/TlsCommon.md
fastly-4.0.0.alpha2 docs/TlsCommon.md