Automation Suite
2023.10
false
Banner background image
Automation Suite on EKS/AKS Installation Guide
Last updated Apr 19, 2024

uipathctl config additional-ca-certificates update

Description

Append the additional CA certificates from the provided path to the ones already existing in the cluster.

The current additional CA certificates from the cluster are overwritten. The command defaults to the current context in the kubeconfig file. If the --kubeconfig flag is set, it uses the kubeconfig file specified by the flag.
uipathctl config additional-ca-certificates update [flags]uipathctl config additional-ca-certificates update [flags]

Examples

# Append to the existing additional ca certificates from the cluster
        uipathctl config additional-ca-certificates update --cacert additional_ca.crt
        
        # Overwrite the current additional ca certificates from the cluster
        uipathctl config additional-ca-certificates update --cacert additional_ca.crt --replace

        # Append to the existing additional ca certificates from the cluster identified by the current context in the kubeconfig file
        uipathctl config additional-ca-certificates update --cacert additional_ca.crt --kubeconfig cluster.kubeconfig
        # Append to the existing additional ca certificates from the cluster
        uipathctl config additional-ca-certificates update --cacert additional_ca.crt
        
        # Overwrite the current additional ca certificates from the cluster
        uipathctl config additional-ca-certificates update --cacert additional_ca.crt --replace

        # Append to the existing additional ca certificates from the cluster identified by the current context in the kubeconfig file
        uipathctl config additional-ca-certificates update --cacert additional_ca.crt --kubeconfig cluster.kubeconfig

Options

--cacert string   path to additional ca certificates
  -h, --help            help for update-additional-ca-certificates
  -r, --replace         if true, the existing additional ca certificates are overwritten--cacert string   path to additional ca certificates
  -h, --help            help for update-additional-ca-certificates
  -r, --replace         if true, the existing additional ca certificates are overwritten

Options inherited from parent commands

--context string      name of the kubeconfig context to use
--kubeconfig string   kubectl configuration file (default: ~/.kube/config)
--log-format string   log format. one of [text,json] (default "text")
--log-level string    set log level. one of [trace,debug,info,error] (default "error")
--timeout duration    timeout of the command (default 1h0m0s)--context string      name of the kubeconfig context to use
--kubeconfig string   kubectl configuration file (default: ~/.kube/config)
--log-format string   log format. one of [text,json] (default "text")
--log-level string    set log level. one of [trace,debug,info,error] (default "error")
--timeout duration    timeout of the command (default 1h0m0s)
  • Description
  • Examples
  • Options
  • Options inherited from parent commands

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.