fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# TlsCertificateDataAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cert_blob** | Option<**String**> | The PEM-formatted certificate blob. Required. | 
**name** | Option<**String**> | A customizable name for your certificate. Defaults to the certificate's Common Name or first Subject Alternative Names (SAN) entry. Optional. | 
**allow_untrusted_root** | Option<**bool**> | Indicates that the supplied certificate was not signed by a trusted CA. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)