From db75eda1d24712d071813a0f405a1df2b7434c02 Mon Sep 17 00:00:00 2001 From: glenn-rodgers_sfemu Date: Thu, 21 Aug 2025 13:51:48 -0400 Subject: [PATCH] Update flex-gateway-renew-certificate.adoc --- .../ROOT/pages/flex-gateway-renew-certificate.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/gateway/1.10/modules/ROOT/pages/flex-gateway-renew-certificate.adoc b/gateway/1.10/modules/ROOT/pages/flex-gateway-renew-certificate.adoc index c08aae0bc..3ce65d511 100644 --- a/gateway/1.10/modules/ROOT/pages/flex-gateway-renew-certificate.adoc +++ b/gateway/1.10/modules/ROOT/pages/flex-gateway-renew-certificate.adoc @@ -59,7 +59,8 @@ Linux:: [source,ssh] ---- flexctl registration renew --username= --password= \ - +--update-urls=true \ + ---- + Replace `` and `` with Anypoint Platform user credentials. @@ -82,6 +83,7 @@ registration renew \ --username= \ --password= \ --output-directory=/renew \ +--update-urls=true \ ---- + @@ -100,6 +102,7 @@ registration renew \ --username= \ --password= \ --output-directory=/registration/new \ +--update-urls=true \ /registration/registration.yaml ---- + @@ -119,6 +122,7 @@ registration renew \ --username= \ --password= \ --output-directory=/renew \ +--update-urls=true \ ---- + @@ -175,7 +179,8 @@ Linux:: [source,ssh] ---- flexctl registration renew --client-id= --client-secret= \ - +--update-urls=true \ + ---- + Replace `` and `` with the connected app credentials. @@ -198,6 +203,7 @@ registration renew \ --client-id= \ --client-secret= \ --output-directory=/renew \ +--update-urls=true \ ---- + @@ -216,6 +222,7 @@ registration renew \ --client-id= \ --client-secret= \ --output-directory=/registration/new \ +--update-urls=true \ /registration/registration.yaml ---- + @@ -235,6 +242,7 @@ registration renew \ --client-id= \ --client-secret= \ --output-directory=/renew \ +--update-urls=true \ ---- +