automation-suite
2023.4
false
- Overview
- Requirements
- Installation
- Prerequisite checks
- Downloading the installation packages
- uipathctl cluster
- uipathctl cluster maintenance
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl cluster upgrade
- uipathctl config
- uipathctl config alerts
- uipathctl config alerts add-email
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config additional-ca-certificates get
- uipathctl config tls-certificates get
- uipathctl config orchestrator
- uipathctl config orchestrator get-config
- uipathctl config orchestrator update-config
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates update
- uipathctl health
- uipathctl health bundle
- uipathctl health check
- uipathctl health diagnose
- uipathctl health test
- uipathctl identity
- uipathctl identity add-host-admin
- uipathctl identity enable-basic-auth
- uipathctl identity get-saml-certificate
- uipathctl identity get-token-signing-certificate
- uipathctl identity rotate-saml-certificates
- uipathctl identity rotate-token-signing-certificates
- uipathctl identity update-saml-certificate
- uipathctl identity update-token-signing-certificate
- uipathctl manifest
- uipathctl manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- uipathctl manifest list-applications
- uipathctl manifest render
- uipathctl prereq
- uipathctl prereq create
- uipathctl prereq run
- uipathctl resource
- uipathctl resource report
- uipathctl snapshot
- uipathctl snapshot backup
- uipathctl snapshot backup create
- uipathctl snapshot backup disable
- uipathctl snapshot backup enable
- uipathctl snapshot delete
- uipathctl snapshot list
- uipathctl snapshot restore
- uipathctl snapshot restore create
- uipathctl snapshot restore delete
- uipathctl snapshot restore history
- uipathctl snapshot restore logs
- uipathctl sso
- uipathctl sso generate-connector
- uipathctl sso generate-overlays
- uipathctl sso generate-rbac
- uipathctl version
- Post-installation
- Migration and upgrade
- Upgrading Automation Suite on EKS/AKS
- Migration options
- Step 1: Moving the Identity organization data from standalone to Automation Suite
- Step 2: Restoring the standalone product database
- Step 3: Backing up the platform database in Automation Suite
- Step 4: Merging organizations in Automation Suite
- Step 5: Updating the migrated product connection strings
- Step 6: Migrating standalone Insights
- Step 7: Deleting the default tenant
- B) Single tenant migration
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Troubleshooting
uipathctl config tls-certificates update
Automation Suite on EKS/AKS Installation Guide
Last updated Nov 1, 2024
uipathctl config tls-certificates update
Update the TLS certificates with the CA certificate and key provided as arguments.
If the provided key is encrypted, use the
--password
flag specifying the decryption password. 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 tls-certificates update [flags]
uipathctl config tls-certificates update [flags]
# Update the tls certificates with the provided certificate paths and key path from the cluster
uipathctl config tls-certificates update --cert server.crt --cacert ca.crt --key server.key
# Update the tls certificates with the provided certificate paths and encrypted key path from the cluster
uipathctl config tls-certificates update --cert server.crt --cacert ca.crt --key server.key --password password
# Update the tls certificates with the provided certificate paths and key path from the cluster identified by the current context in the kubeconfig file
uipathctl config tls-certificates update --cert server.crt --cacert ca.crt --key server.key --kubeconfig cluster.kubeconfig
# Update the tls certificates with the provided certificate paths and key path from the cluster
uipathctl config tls-certificates update --cert server.crt --cacert ca.crt --key server.key
# Update the tls certificates with the provided certificate paths and encrypted key path from the cluster
uipathctl config tls-certificates update --cert server.crt --cacert ca.crt --key server.key --password password
# Update the tls certificates with the provided certificate paths and key path from the cluster identified by the current context in the kubeconfig file
uipathctl config tls-certificates update --cert server.crt --cacert ca.crt --key server.key --kubeconfig cluster.kubeconfig
--cacert string path to ca certificate
--cert string path to certificate
-h, --help help for update-tls-certificates
--key string path to certificate key
--password string password for encrypted key
--cacert string path to ca certificate
--cert string path to certificate
-h, --help help for update-tls-certificates
--key string path to certificate key
--password string password for encrypted key
--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)