From c591983d4aea7dcf800a8f230c859d43cd95a97b Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:08:34 -0600 Subject: [PATCH] Correct process for registering an airgapped deployment for subnet (#740) The steps for registering an airgapped deployment for subnet have changed. This PR updates the steps to the current process. --- .../minio-mc/mc-license-register.rst | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/source/reference/minio-mc/mc-license-register.rst b/source/reference/minio-mc/mc-license-register.rst index efdb6d90..106d208a 100644 --- a/source/reference/minio-mc/mc-license-register.rst +++ b/source/reference/minio-mc/mc-license-register.rst @@ -61,15 +61,18 @@ Register a MinIO deployment at alias ``minio3`` on SUBNET that does not have dir mc license register minio3 --airgap -#. Run the command to return a registration token -#. Copy the registration token -#. In a web browser, go to https://subnet.min.io and log in with your |SUBNET| credentials -#. Select the :guilabel:`Register` button -#. Select :guilabel:`No` for the question :guilabel:`"Is the cluster connected to the internet?"` -#. Paste the copied token into the box for :guilabel:`Register using MinIO Client Utility` -#. Select :guilabel:`Register` -#. Copy the API token that displays -#. Back in the terminal, paste or enter the API token to complete the registration process +#. Run the command to return a registration link with token +#. Open the copied registration link in a web browser and sign in to SUBNET +#. Select the :guilabel:`?` button to the right of the :guilabel:`License` number for the deployment +#. In the popup, select the download link and save the key to a path you have access to +#. In the command line, run the following command + + .. code-block:: shell + :class: copyable + + mc license update minio3 + + Replace ```` with the path to the file you downloaded from SUBNET. Syntax ------