Skip to main content

buckets_ssl

Overview

Namebuckets_ssl
TypeResource
Idlinode.object_storage.buckets_ssl

Fields

Methods

NameAccessible byRequired ParamsDescription
getObjectStorageSSLSELECTbucket, clusterIdReturns a boolean value indicating if this bucket has a corresponding TLS/SSL certificate that was
uploaded by an Account user.
createObjectStorageSSLINSERTbucket, clusterId, data__certificate, data__private_keyUpload 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.
deleteObjectStorageSSLDELETEbucket, clusterIdDeletes this Object Storage bucket's user uploaded TLS/SSL certificate and private key.
_getObjectStorageSSLEXECbucket, clusterIdReturns a boolean value indicating if this bucket has a corresponding TLS/SSL certificate that was
uploaded by an Account user.