Skip to content

Commit 5440f94

Browse files
committed
final files
1 parent 4f26aac commit 5440f94

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

bin/generate-descriptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* async fetch(request, env): Promise<Response> {
2323
* const response = await env.AI.run("@cf/facebook/bart-large-cnn", {
2424
* input_text: await request.text(),
25-
* max_length: 80
25+
* max_length: 60
2626
* });
2727
* return Response.json(response.summary);
2828
* },

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/certificate-signing-requests.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head:
77
- tag: title
88
content: Certificate signing requests (CSRs) — Cloudflare for SaaS
99
description: >-
10-
Cloudflare for SaaS allows you to generate a Certificate Signing Request (CSR) A CSR contains information about your domain, common name, and Subject Alternative Names. The private key associated with the CSR will be generated by Cloudflare and will never leave our
10+
Cloudflare for SaaS allows you to generate a Certificate Signing Request (CSR) A CSR contains information about your domain, common name, and Subject Alternative Names.
1111
---
1212

1313
import { Render, APIRequest } from "~/components";

src/content/docs/reference-architecture/diagrams/security/securing-data-in-use.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
order: 1
66
label: Securing data in use
77
reviewed: 2024-05-01
8+
products:
9+
- Browser Isolation
810
description: >-
911
Learn how Cloudflare's Remote Browser Isolation (RBI) works and secures data in use.
1012
---

src/content/docs/ssl/keyless-ssl/hardware-security-modules/entrust-nshield-connect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: tutorial
33
title: Entrust nShield Connect
44
description: >-
5-
This example assumes you have already configured the nShield Connect device and generated or imported your private keys. The key piece of information is the label of the object, `rsa-privkey`. Open up `/etc/keyless/gokeyless.yaml` and
5+
Learn how to use Keyless SSL with Entrust nShield Connect.
66
---
77

88
:::note[Note]

0 commit comments

Comments
 (0)