POST Certificate Store Containers
The POST /CertificateStoreContainers method is used to add a new certificate store container. This method returns HTTP 200 OK on a success with container details.
Permissions for certificate stores can be set at either the global or certificate store container level. See Container Permissions for more information about global vs container permissions.
Table 417: POST Certificate Stores Containers Input Parameters
Name | In | Description |
---|---|---|
Name | Body |
Required. A string indicating the name of the container. |
Schedule | Body |
An object containing the inventory schedule set for the container. Schedules are shown in cron syntax. |
Cert Store Type | Body |
An integer indicating the ID of the certificate store type, as defined in Keyfactor Command, for this certificate store. Built-in certificates store types are: (0-Javakeystore, 2-PEMFile, 3-F5SSLProfiles,4-IISRoots, 5-NetScaler, 6-IISPersonal, 7-F5WebServer, 8-IISRevoked, 9-F5WebServerREST, 10-F5SSLProfilesREST, 11-F5CABundlesREST, 100-AmazonWebServices, 101-FileTransferProtocol). Any custom extensions for the Keyfactor Universal Orchestrator you add will have certificate store types numbered 102+. |
Table 418: POST Certificate Stores Containers Response Data
Name | Description |
---|---|
Id |
An integer indicating the ID of the container. |
Name |
A string indicating the name of the container. |
Schedule |
An object containing the inventory schedule set for the container. Schedules are shown in cron syntax. |
Cert Store Type |
An integer indicating the ID of the certificate store type, as defined in Keyfactor Command, for this certificate store. Built-in certificates store types are: (0-Javakeystore, 2-PEMFile, 3-F5SSLProfiles,4-IISRoots, 5-NetScaler, 6-IISPersonal, 7-F5WebServer, 8-IISRevoked, 9-F5WebServerREST, 10-F5SSLProfilesREST, 11-F5CABundlesREST, 100-AmazonWebServices, 101-FileTransferProtocol). Any custom extensions for the Keyfactor Universal Orchestrator you add will have certificate store types numbered 102+. |



Was this page helpful? Provide Feedback