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 739540700..b2327c6dd 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. @@ -84,6 +85,7 @@ registration renew \ --username= \ --password= \ --output-directory=/renew \ +--update-urls=true \ ---- + @@ -104,6 +106,7 @@ registration renew \ --username= \ --password= \ --output-directory=/registration/new \ +--update-urls=true \ /registration/registration.yaml ---- + @@ -123,6 +126,7 @@ registration renew \ --username= \ --password= \ --output-directory=/renew \ +--update-urls=true \ ---- + @@ -181,7 +185,8 @@ Linux:: [source,ssh] ---- flexctl registration renew --client-id= --client-secret= \ - +--update-urls=true \ + ---- + Replace `` and `` with the connected app credentials. @@ -206,6 +211,7 @@ registration renew \ --client-id= \ --client-secret= \ --output-directory=/renew \ +--update-urls=true \ ---- + @@ -226,6 +232,7 @@ registration renew \ --client-id= \ --client-secret= \ --output-directory=/registration/new \ +--update-urls=true \ /registration/registration.yaml ---- + @@ -245,6 +252,7 @@ registration renew \ --client-id= \ --client-secret= \ --output-directory=/renew \ +--update-urls=true \ ---- +