buckets_ssl
Overview
Name | buckets_ssl |
Type | Resource |
Id | linode.object_storage.buckets_ssl |
Fields
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getObjectStorageSSL | SELECT | bucket, clusterId | Returns a boolean value indicating if this bucket has a corresponding TLS/SSL certificate that was uploaded by an Account user. |
createObjectStorageSSL | INSERT | bucket, clusterId, data__certificate, data__private_key | Upload a TLS/SSL certificate and private key to be served when you visit your Object Storage bucket via HTTPS. Your TLS/SSL certificate and private key are stored encrypted at rest. To replace an expired certificate, delete your current certificate and upload a new one. |
deleteObjectStorageSSL | DELETE | bucket, clusterId | Deletes this Object Storage bucket's user uploaded TLS/SSL certificate and private key. |
_getObjectStorageSSL | EXEC | bucket, clusterId | Returns a boolean value indicating if this bucket has a corresponding TLS/SSL certificate that was uploaded by an Account user. |