Skip to content

Commit 82d03b8

Browse files
authored
Updated steps for cert creation to make command example. (#24280)
Step 2 of the 'Create a CA Chain File' states to upload the contents of ca.pem, but if following the command examples, the CA chain file will be called ca-chain.pem. Updated steps so the name is the same in both the command example and step for uploading to Cloudflare
1 parent c1032e5 commit 82d03b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/identity/devices/access-integrations/mutual-tls-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ This section covers how to use [OpenSSL](https://www.openssl.org/) to generate a
181181

182182
The intermediate certificate should be at the top of the file, followed by its signing certificate.
183183

184-
2. Upload the contents of `ca.pem` to Cloudflare Access. For instructions, refer to [Add mTLS to your Access application](#add-mtls-to-your-access-application).
184+
2. Upload the contents of `ca-chain.pem` to Cloudflare Access. For instructions, refer to [Add mTLS to your Access application](#add-mtls-to-your-access-application).
185185

186186
#### Generate a client certificate
187187

0 commit comments

Comments
 (0)