Anbox Management Service

  • By Anbox Charmers
Channel Revision Published Runs on
latest/stable 21 12 Jul 2022
Ubuntu 20.04 Ubuntu 18.04
1.21/stable 320 14 Feb 2024
Ubuntu 22.04
1.21/candidate 320 09 Feb 2024
Ubuntu 22.04
1.21/edge 302 03 Jan 2024
Ubuntu 22.04
1.22-ops/edge 402 05 Apr 2024
Ubuntu 22.04
1.22/edge 420 Yesterday
Ubuntu 22.04
1.20/stable 272 13 Dec 2023
Ubuntu 22.04
1.20/candidate 272 06 Dec 2023
Ubuntu 22.04
1.20/edge 227 03 Nov 2023
Ubuntu 22.04
1.19/stable 221 11 Oct 2023
Ubuntu 22.04
1.19/candidate 221 04 Oct 2023
Ubuntu 22.04
1.19/edge 249 15 Nov 2023
Ubuntu 22.04
1.18/stable 148 12 Jul 2023
Ubuntu 22.04
1.18/candidate 148 10 Jul 2023
Ubuntu 22.04
1.18/edge 125 10 May 2023
Ubuntu 22.04
1.17/stable 115 17 Apr 2023
Ubuntu 22.04
1.17/candidate 115 17 Apr 2023
Ubuntu 22.04
1.17/edge 105 10 Feb 2023
Ubuntu 22.04
1.16/stable 81 10 Jan 2023
Ubuntu 22.04
1.16/candidate 89 11 Jan 2023
Ubuntu 22.04
1.16/edge 64 11 Nov 2022
Ubuntu 22.04
1.15/stable 56 12 Oct 2022
Ubuntu 20.04 Ubuntu 18.04
1.15/candidate 56 10 Oct 2022
Ubuntu 20.04 Ubuntu 18.04
1.15/edge 40 11 Aug 2022
Ubuntu 20.04 Ubuntu 18.04
1.14/stable 21 12 Jul 2022
Ubuntu 20.04 Ubuntu 18.04
1.14/candidate 21 19 May 2022
Ubuntu 20.04 Ubuntu 18.04
1.14/beta 17 17 May 2022
Ubuntu 20.04 Ubuntu 18.04
1.14/edge 16 16 May 2022
Ubuntu 20.04 Ubuntu 18.04
juju deploy ams --channel 1.15/stable
Show information

Platform:

Ubuntu
20.04 18.04
  • add-certificate

    Adds a client certificate to the service trusted list of client certificates. Accepts a public certificate content in base64 format as parameter.

    You can run the action by providing the base64 certificate content, like this juju run-action ams/0 add-certificate cert="MIIFYjCCA0qgAwIB...etc...+7eNwoFc9yTT4=" --wait

    or you can extract the certificate from a pem file (say, client.crt), like this juju run-action ams/0 add-certificate cert="$(cat client.crt | grep -v ^-- | tr -d '\n')" --wait

    Params
    • cert string

      The base64 content of a certificate without header and footer (---BEGIN CERTIFICATE... etc) and without line breaks.

  • debug

    Collect debug data

  • node-set

    Sets a value for a certain node configuration.

    Params
    • key string

      Configuration key to set

    • node string

      Node name where configuration is applied

    • value string

      Configuration value to set