Appendix - Multi-Tenancy Environments
If you are running a multi-tenancy installation, you will need to run through the configuration for each separate CA
A certificate authority (CA) is an entity that issues digital certificates. Within Keyfactor Command, a CA may be a Microsoft CA or a Keyfactor gateway to a cloud-based or remote CA., which will be distinguished by the logical name
The logical name of a certificate authority (CA) is the human-readable name assigned to the CA when it is created. This name is used to uniquely identify the CA within its management system and in Keyfactor Command configuration settings.
For some CA types, such as Microsoft CAs, the logical name is combined with the CA host name to form a fully qualified identifier (e.g., ca1.keyexample.com\Corp Issuing CA One) that may be used in command-line tools and configuration references. The exact format and usage of the logical name can vary by CA type. entered in the configuration file.
New install configuration workflow
A workflow is a series of steps necessary to complete a process. In Keyfactor Command, it refers to the workflow builder, which allows you to automate event-driven tasks such as when a certificate is requested, revoked or found in a certificate store. with multi-tenancy:
- Generate a default configuration file using the Get-KeyfactorGatewayConfig cmdlet with the -LogicalName and -FilePath parameters set for your first CA.
- Edit the configuration file for your first CA and set it with Set-KeyfactorGatewayConfig cmdlet with the -LogicalName and -FilePath parameters set for your first CA.
- Generate a new default configuration file using the Get-KeyfactorGatewayConfig cmdlet with the -LogicalName and -FilePath parameters set for your second CA.
- Edit the configuration file for your Second CA and set it with Set-KeyfactorGatewayConfig cmdlet with the -LogicalName and -FilePath parameters set for your second CA.
- Repeat as many times as necessary for each CA you are configuring to work with the AnyCAGateway DCOM.
- When you go to the next step in the installation, or upgrade, you will use the respective logical names where indicated in the process, and repeat for each.
Was this page helpful? Provide Feedback