Automation Suite
2023.10
False
Imagen de fondo del banner
Guía de instalación de Automation Suite en EKS / AKS
Última actualización 19 de abr. de 2024

uipathctl config additional-ca-certificates update

Descripción

Añade los certificados de CA adicionales de la ruta proporcionada a los que ya existen en el clúster.

Los certificados de CA adicionales actuales del clúster se sobrescriben. El comando es el contexto actual del archivo kubeconfig por defecto. Si el marcador --kubeconfig está establecido, utiliza el archivo kubeconfig especificado por el marcador.
uipathctl config additional-ca-certificates update [flags]uipathctl config additional-ca-certificates update [flags]

Ejemplos

# 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

Opciones

--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

Opciones heredadas de los comandos principales

--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)

Was this page helpful?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Logotipo blanco de UiPath
Confianza y seguridad
© 2005-2024 UiPath. All rights reserved.