WebService::Fastly::Object::TlsCertificateDataAttributes

Load the model package

use WebService::Fastly::Object::TlsCertificateDataAttributes;

Properties

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

[Back to Model list] [Back to API list] [Back to README]