UiPath Documentation
automation-suite
2023.4
false
uipathctl-Referenzhandbuch
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

uipathctl config additional-ca-certificates update

Beschreibung

Hängen Sie die zusätzlichen Zertifikate der Zertifizierungsstelle aus dem angegebenen Pfad an die bereits im Cluster vorhandenen an.

Die aktuellen zusätzlichen Zertifikate von Zertifizierungsstellen aus dem Cluster werden überschrieben. Der Befehl verwendet standardmäßig den aktuellen Kontext in der kubeconfig-Datei. Wenn das Flag --kubeconfig festgelegt ist, wird die vom Flag angegebene kubeconfig-Datei verwendet.

uipathctl config additional-ca-certificates update [flags]
uipathctl config additional-ca-certificates update [flags]

Beispiele


        # 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

Optionen

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

Von übergeordneten Befehlen geerbte Optionen

--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)
  • Beschreibung
  • Beispiele
  • Optionen
  • Von übergeordneten Befehlen geerbte Optionen

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben