diff --git a/app/konnect/gateway-manager/data-plane-nodes/renew-certificates.md b/app/konnect/gateway-manager/data-plane-nodes/renew-certificates.md index 66d9ee5cf239..cce63171419e 100644 --- a/app/konnect/gateway-manager/data-plane-nodes/renew-certificates.md +++ b/app/konnect/gateway-manager/data-plane-nodes/renew-certificates.md @@ -75,7 +75,8 @@ You can generate a certificate locally and use the [pin data plane client certif 1. `POST` the certificate to your control plane using the Konnect API: ```bash - curl https://{region}.api.konghq.com/v2/control-planes/{controlPlaneId}/dp-client-certificates --json '{"cert":"'$CERT'"}' + curl https://{region}.api.konghq.com/v2/control-planes/{controlPlaneId}/dp-client-certificates --json '{"cert":"'"$CERT"'"}' \ + --header "Authorization: Bearer ${KONNECT_TOKEN}" ``` {% endnavtab %} {% endnavtabs %}