Skip to content

vsatctl update config

vsatctl update config  [flags]

Update existing VSatellite port assignments, the Venafi API URL, or TLS certificate verification.

Note

You must run this command with root privileges because it connects to the VSatellite cluster using credentials from a file that only root users can access.

Examples

sudo vsatctl update config --gRPCPort=443
sudo vsatctl update config --api-url https://api.venafi.cloud
sudo vsatctl update config --api-url https://eu.api.venafi.cloud --gRPCPort=443
sudo vsatctl update config --enable-trust-store=true

Options

  -h, --help              help for config
  --gRPCPort              the port for outbound network communication
  --api-url               the FQDN used to connect to Venafi's API.
  --enable-trust-store    whether the VSatellite verifies TLS certificates using
                          your trusted CA certificates. Requires VSatellite 2.0.30
                          or later, and `vsatctl` 2.0.59 or later. On by default
                          for VSatellites deployed on or after 27 August 2026; off
                          for VSatellites deployed before that date.

See also