Skip to content

Commit cf6d02b

Browse files
authored
[SSL] Remove trailing spaces (#21431)
1 parent 556742f commit cf6d02b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/docs/ssl/client-certificates/create-a-client-certificate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create a client certificate in the Cloudflare dashboard:
1616

1717
By default, client certificates are issued by a Cloudflare Managed CA. Cloudflare generates a unique CA for each account.
1818

19-
If you need to use certificates issued by another CA, use the API to [bring your own CA for mTLS](/ssl/client-certificates/byo-ca/).
19+
If you need to use certificates issued by another CA, use the API to [bring your own CA for mTLS](/ssl/client-certificates/byo-ca/).
2020
:::
2121

2222
4. For **Private key type**, select a value.

src/content/docs/ssl/edge-certificates/additional-options/total-tls/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { DirectoryListing, Render } from "~/components"
1111
Total TLS allows Cloudflare to issue individual certificates for your proxied hostnames. These certificates will protect proxied hostnames not covered by [Universal certificates](/ssl/edge-certificates/universal-ssl/).
1212

1313
:::caution
14-
<Render file="total-tls-character-limitation" />
14+
<Render file="total-tls-character-limitation" />
1515
:::
1616

1717
When issued, these certificates will have a type of **Advanced - Total TLS**, and their default validity period is 90 days.

src/content/docs/ssl/edge-certificates/custom-certificates/bundling-methodologies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Expiration values for these certificates may appear in the `expires_on` field wh
2020

2121
### Compatible
2222

23-
Compatible is the default methodology and uses **common and well distributed intermediate certificates** to complete the chain. This ensures that the resulting bundle is compatible with as many clients as possible.
23+
Compatible is the default methodology and uses **common and well distributed intermediate certificates** to complete the chain. This ensures that the resulting bundle is compatible with as many clients as possible.
2424
The related value for the `bundle_method` parameter when using the [API](/api/resources/custom_certificates/methods/create/) is `ubiquitous`.
2525

2626
### Modern

src/content/docs/ssl/edge-certificates/custom-certificates/renewing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Cloudflare automatically sends email notifications 30 and 14 days before your cu
2121

2222
When renewing a custom certificate, you can reuse a [previously generated CSR](/ssl/edge-certificates/additional-options/certificate-signing-requests/).
2323

24-
If you are on an Enterprise plan and want to renew a custom (modern) certificate, consider requesting access to [Staging environment (Beta)](/ssl/edge-certificates/staging-environment/).
24+
If you are on an Enterprise plan and want to renew a custom (modern) certificate, consider requesting access to [Staging environment (Beta)](/ssl/edge-certificates/staging-environment/).
2525
:::
2626

2727
## Expired certificates
@@ -37,7 +37,7 @@ Affected domains and subdomains will fall back to any other active certificate c
3737
All certificates in a [certificate pack](/ssl/edge-certificates/custom-certificates/#certificate-packs) are treated as one object.
3838
The expiration date of a certificate pack is equivalent to the soonest `Not After` date among the certificates in the pack.
3939

40-
For example if you have a custom certificate made of an ECSDA and a RSA certificate, if one of them expires the whole pack will be removed.
40+
For example if you have a custom certificate made of an ECSDA and a RSA certificate, if one of them expires the whole pack will be removed.
4141
:::
4242

4343
## Migrate to other certificate types

0 commit comments

Comments
 (0)