Upload an Object Storage TLS/SSL certificate
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 certificates and upload a new one.
<>
linode-cli object-storage ssl-upload \us-east-1 example-bucket \--certificate "-----BEGIN CERTIFICATE-----CERTIFICATE_INFORMATION-----END CERTIFICATE-----" \--private_key "-----BEGIN PRIVATE KEY-----PRIVATE_KEY_INFORMATION-----END PRIVATE KEY-----" Copy
linode-cli object-storage ssl-upload \us-east-1 example-bucket \--certificate "-----BEGIN CERTIFICATE-----CERTIFICATE_INFORMATION-----END CERTIFICATE-----" \--private_key "-----BEGIN PRIVATE KEY-----PRIVATE_KEY_INFORMATION-----END PRIVATE KEY-----"
Learn more...
object_storage:read_write Copy
object_storage:read_write
Upload an Object Storage TLS/SSL certificate
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 certificates and upload a new one.
<
>
Learn more...
Learn more...