Skip to content

Commit

Permalink
[SSL] Fix missing ``` in aws-alb-integration.md (#15461)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolruf committed Jul 4, 2024
1 parent be008de commit 22895bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ curl -s --request PUT \
}
]
}'
```

2. (Optional) Use a [`GET` request](/api/operations/per-hostname-authenticated-origin-pull-list-certificates) to obtain a list of the client certificate IDs. You will need the ID of the certificate you want to remove for the following step.

Expand All @@ -188,4 +189,4 @@ curl -s --request DELETE "https://api.cloudflare.com/client/v4/zones/$ZONEID/ori
--header "X-Auth-Email: $MYAUTHEMAIL" \
--header "X-Auth-Key: $MYAUTHKEY" \
--header "Content-Type: application/json"
```
```

0 comments on commit 22895bd

Please sign in to comment.