ams

  • By Anbox Charmers
Channel Revision Published Runs on
latest/stable 122 13 Apr 2022
Ubuntu 20.04 Ubuntu 18.04
latest/candidate 122 13 Apr 2022
Ubuntu 20.04 Ubuntu 18.04
latest/beta 8 12 Jan 2022
Ubuntu 18.04
latest/edge 121 09 Apr 2022
Ubuntu 20.04 Ubuntu 18.04
juju deploy anbox-charmers-ams
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