Skip to content

Commit 4db2b3b

Browse files
maxvpranbel
andauthored
Apply suggestions from code review
Co-authored-by: ranbel <[email protected]>
1 parent efb2b1a commit 4db2b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/user-side-certificates/custom-certificate.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ openssl x509 -in <CUSTOM-ROOT-CERT>.pem -text
112112
}
113113
```
114114

115-
3. Use the Get Zero Trust certificate details endpoint to verify the certificate's binding status is set to `available`.
115+
3. Use the [Get Zero Trust certificate details endpoint](/api/resources/zero_trust/subresources/gateway/subresources/certificates/methods/get/) to verify the certificate's binding status is set to `available`.
116116

117117
```sh
118118
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/gateway/certificates/$CERTIFICATE_ID \
@@ -145,7 +145,7 @@ openssl x509 -in <CUSTOM-ROOT-CERT>.pem -text
145145

146146
5. Use the [Patch Zero Trust account configuration endpoint](/api/resources/zero_trust/subresources/gateway/subresources/configurations/methods/edit/) to turn on the certificate for use in inspection. For example:
147147

148-
```sh {10}
148+
```sh {9}
149149
curl --request PATCH \
150150
"https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/gateway/configuration" \
151151
--header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \

0 commit comments

Comments
 (0)