automation-suite
2023.4
false
- Información general
- Requisitos
- Instalación
- Comprobaciones de requisitos previos
- Descarga de los paquetes de instalación
- clúster uipathctl
- mantenimiento del clúster de uipathctl
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- actualización del clúster de uipathctl
- configuración de uipathctl
- Alertas de configuración de uipathctl
- Complemento de alertas de configuración de uipathctl
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config additional-ca-certificates get
- uipathctl config tls-certificates get
- orchestrator de configuración de uipathctl
- get-config de uipathctl config del orquestador
- uipathctl config orchestrator update-config
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates update
- salud de uipathctl
- Paquete de salud de uipathctl
- comprobación de estado de uipathctl
- uipathctl health diagnose
- uipathctl health test
- identidad uipathctl
- Agregar-host-administrador de identidad de uipathctl
- habilitar-autenticación-básica de identidad de uipathctl
- obtener-certificado-saml de identidad de uipathctl
- 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
- manifiesto de uipathctl
- uipathctl manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- lista de manifiesto de aplicaciones de uipathctl
- uipathctl manifest render
- prerrequisito de uipathctl
- uipathctl prereq create
- uipathctl prereq run
- recurso uipathctl
- informe de recursos uipathctl
- instantánea de uipathctl
- copia de seguridad de instantánea de uipathctl
- 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
- generar-conector sso de uipathctl
- uipathctl sso generate-overlays
- uipathctl sso generate-rbac
- versión de uipathctl
- Después de la instalación
- Migración y actualización
- Actualizar Automation Suite en EKS / AKS
- Opciones de migración
- Paso 1: Mover los datos de la organización de identidad de independiente a Automation Suite
- Paso 2: restaurar la base de datos del producto independiente
- Paso 3: Realizar una copia de seguridad de la base de datos de la plataforma en Automation Suite
- Paso 4: Fusionar organizaciones en Automation Suite
- Paso 5: actualizar las cadenas de conexión de los productos migrados
- Paso 6: migrar Insights independiente
- Paso 7: eliminar el tenant predeterminado
- B) Migración de tenant único
- Supervisión y alertas
- Administración de clústeres
- Configuración específica del producto
- Solución de problemas
uipathctl identity update-saml-certificate
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática.
Guía de instalación de Automation Suite en EKS / AKS
Last updated 1 de nov. de 2024
uipathctl identity update-saml-certificate
Actualiza el futuro certificado SAML con el
pfx
y la clave proporcionados como argumentos.
El comando tiene como valor predeterminado el contexto actual en el archivo
kubeconfig
. Si se establece el --kubeconfig
, utiliza el archivo kubeconfig
especificado.
uipathctl identity update-saml-certificate [flags]
uipathctl identity update-saml-certificate [flags]
# Update the saml certificate with the provided pfx file path and password from the cluster
uipathctl identity update-saml-certificate --cert server.pfx --password password
# Update the saml certificate with the provided pfx file path and password from the cluster identified by the current context in the kubeconfig file
uipathctl identity update-saml-certificate --cert server.pfx --password password --kubeconfig cluster.kubeconfig
# Update the saml certificate with the provided pfx file path and password from the cluster
uipathctl identity update-saml-certificate --cert server.pfx --password password
# Update the saml certificate with the provided pfx file path and password from the cluster identified by the current context in the kubeconfig file
uipathctl identity update-saml-certificate --cert server.pfx --password password --kubeconfig cluster.kubeconfig
--cert string path to certificate
-h, --help help for update-saml-certificate
--password string password for pfx file
--cert string path to certificate
-h, --help help for update-saml-certificate
--password string password for pfx file
--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)