Skip to content

Commit 39f7360

Browse files
Fix placeholder formatting interfering with build
1 parent 1a7e084 commit 39f7360

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/enforce-mtls.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ In the API documentation, refer to [SSL properties of a custom hostname](/api/re
338338
ssl: {
339339
method: "http",
340340
type: "dv",
341-
custom_certificate: <certificate_string>,
342-
custom_key: <certificate_private_key>,
341+
custom_certificate: "<CERTIFICATE_STRING>",
342+
custom_key: "<CERTIFICATE_PRIVATE_KEY>",
343343
settings: {
344344
"ciphers": ["ECDHE-ECDSA-AES128-GCM-SHA256","ECDHE-RSA-AES128-GCM-SHA256"],
345345
"min_tls_version": "1.2"

0 commit comments

Comments
 (0)