Skip to content

Conversation

@RebeccaTamachiro
Copy link
Contributor

Summary

PCX-16349

@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented May 15, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Updated SSL documentation to incorporate the new APIRequest component for improved API interaction examples.

  • Integrated the APIRequest component into multiple SSL documentation pages.
  • Enhanced API interaction examples with the new component for clarity and consistency.
  • Updated import statements to include the APIRequest component in relevant files.

Modified Files

  • src/content/docs/ssl/client-certificates/byo-ca.mdx
  • src/content/docs/ssl/edge-certificates/additional-options/cipher-suites/customize-cipher-suites/api.mdx
  • src/content/docs/ssl/edge-certificates/additional-options/minimum-tls.mdx
  • src/content/docs/ssl/edge-certificates/custom-certificates/uploading.mdx
  • src/content/docs/ssl/edge-certificates/geokey-manager/setup.mdx
  • src/content/docs/ssl/origin-configuration/authenticated-origin-pull/aws-alb-integration.mdx
  • src/content/docs/ssl/origin-configuration/ssl-modes/index.mdx
  • src/content/docs/ssl/post-quantum-cryptography/pqc-to-origin.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/ssl/ @RebeccaTamachiro, @cloudflare/pcx-technical-writing
* @cloudflare/pcx-technical-writing

@github-actions
Copy link
Contributor

github-actions bot commented May 16, 2025

Preview URL: https://9f78d3c8.preview.developers.cloudflare.com
Preview Branch URL: https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/ssl/edge-certificates/additional-options/cipher-suites/customize-cipher-suites/api/ https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com/ssl/edge-certificates/additional-options/cipher-suites/customize-cipher-suites/api/
https://developers.cloudflare.com/ssl/origin-configuration/authenticated-origin-pull/aws-alb-integration/ https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com/ssl/origin-configuration/authenticated-origin-pull/aws-alb-integration/
https://developers.cloudflare.com/ssl/edge-certificates/geokey-manager/setup/ https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com/ssl/edge-certificates/geokey-manager/setup/
https://developers.cloudflare.com/ssl/edge-certificates/additional-options/minimum-tls/ https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com/ssl/edge-certificates/additional-options/minimum-tls/
https://developers.cloudflare.com/ssl/origin-configuration/ssl-modes/ https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com/ssl/origin-configuration/ssl-modes/
https://developers.cloudflare.com/ssl/post-quantum-cryptography/pqc-to-origin/ https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com/ssl/post-quantum-cryptography/pqc-to-origin/
https://developers.cloudflare.com/ssl/client-certificates/byo-ca/ https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com/ssl/client-certificates/byo-ca/
https://developers.cloudflare.com/ssl/edge-certificates/custom-certificates/uploading/ https://rebecca-ssl-apirequest-component.preview.developers.cloudflare.com/ssl/edge-certificates/custom-certificates/uploading/

@RebeccaTamachiro RebeccaTamachiro marked this pull request as ready for review May 16, 2025 09:58
@RebeccaTamachiro RebeccaTamachiro requested a review from a team as a code owner May 16, 2025 09:58
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(*)This has been repurposed since the explanation about different auth modes was not needed anymore. And the example alternative call (PUT) would have to be moved out on its own.

Comment on lines -47 to -49
# To configure cipher suites per hostname, replace the first two lines by the following
# curl --request PUT \
# "https://api.cloudflare.com/client/v4/zones/{zone_id}/hostnames/settings/ciphers/{hostname}" \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(*)Added to a partial -> see comment below

@RebeccaTamachiro RebeccaTamachiro merged commit 48c7250 into production May 16, 2025
11 checks passed
@RebeccaTamachiro RebeccaTamachiro deleted the rebecca/ssl-apirequest-component branch May 16, 2025 10:49
sdnts pushed a commit to sdnts/cloudflare-docs that referenced this pull request Jul 24, 2025
* Find occurrences and add placeholder syntax throughout

* Fill APIRequest for ciphers calls

* Fill in min_tls_version occurrences

* Fill values in for aws-alb-integration

* Fill in only for first case in origin-configuration/index

* Fill in pqc and forward-client-cert partial

* Fill in for byo-ca and remove from uploading

* Fill in examples in geokey-manager/setup

* Adjust related content for custom ciphers via API

* Confirm correct cipher strings and remove bash code blocks

* Remove remaining bash from custom ciphers api

* Double-check and remove original bash throughout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:ssl Related to SSL size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants