Skip to content

Commit a89041f

Browse files
authored
Update create-buckets.mdx (#18906)
The page at https://developers.cloudflare.com/r2/buckets/create-buckets/ stated that: "The TLS (SSL) certificate created for each R2 bucket uses a wildcard certificate of the form *.r2.cloudflarestorage.com, which prevents account IDs and names from showing up in Certificate Transparency logs." In reality, the certificates *do* contain the account ID, eg. "*.aaaaaabbbbbbccccccc.eu.r2.cloudflarestorage.com" is included in the certificate.
1 parent 6be3a70 commit a89041f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/content/docs/r2/buckets/create-buckets.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ wrangler r2 bucket delete BUCKET_TO_DELETE
4848

4949
- Bucket names and buckets are not public by default. To allow public access to a bucket, [visit the public bucket documentation](/r2/buckets/public-buckets/).
5050
- Invalid (unauthorized) access attempts to private buckets do not incur R2 operations charges against that bucket. Refer to the [R2 pricing FAQ](/r2/pricing/#frequently-asked-questions) to understand what operations are billed vs. not billed.
51-
- The TLS (SSL) certificate created for each R2 bucket uses a wildcard certificate of the form `*.r2.cloudflarestorage.com`, which prevents account IDs and names from showing up in Certificate Transparency logs.

0 commit comments

Comments
 (0)