ams
- By Anbox Charmers
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/stable | 1.13.2 | 122 | 13 Apr 2022 | |
latest/candidate | 1.13.2 | 122 | 13 Apr 2022 | |
latest/beta | 8 | 8 | 12 Jan 2022 | |
latest/edge | 1.13.2-alpha.1925+git618e756 | 121 | 09 Apr 2022 |
juju deploy anbox-charmers-ams
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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