Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Linux::
[source,ssh]
----
flexctl registration renew --username=<your-username> --password=<your-password> \
<path-to-registration-file>
--update-urls=true \
<path-to-registration-file>
----
+
Replace `<your-username>` and `<your-password>` with Anypoint Platform user credentials.
Expand All @@ -84,6 +85,7 @@ registration renew \
--username=<your-username> \
--password=<your-password> \
--output-directory=/renew \
--update-urls=true \
<path-to-registration-file-in-container>
----
+
Expand All @@ -104,6 +106,7 @@ registration renew \
--username=<your-username> \
--password=<your-password> \
--output-directory=/registration/new \
--update-urls=true \
/registration/registration.yaml
----
+
Expand All @@ -123,6 +126,7 @@ registration renew \
--username=<your-username> \
--password=<your-password> \
--output-directory=/renew \
--update-urls=true \
<path-to-registration-file-in-container>
----
+
Expand Down Expand Up @@ -181,7 +185,8 @@ Linux::
[source,ssh]
----
flexctl registration renew --client-id=<your-client-id> --client-secret=<your-client-secret> \
<path-to-registration-file>
--update-urls=true \
<path-to-registration-file>
----
+
Replace `<your-client-id>` and `<your-client-secret>` with the connected app credentials.
Expand All @@ -206,6 +211,7 @@ registration renew \
--client-id=<your-client-id> \
--client-secret=<your-client-secret> \
--output-directory=/renew \
--update-urls=true \
<path-to-registration-file-in-container>
----
+
Expand All @@ -226,6 +232,7 @@ registration renew \
--client-id=<your-client-id> \
--client-secret=<your-client-secret> \
--output-directory=/registration/new \
--update-urls=true \
/registration/registration.yaml
----
+
Expand All @@ -245,6 +252,7 @@ registration renew \
--client-id=<your-client-id> \
--client-secret=<your-client-secret> \
--output-directory=/renew \
--update-urls=true \
<path-to-registration-file-in-container>
----
+
Expand Down