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 the system-wide level or with fine-grained control at the certificate store container level. See Container Permissions for more information about the differences between system-wide and more targeted permissions.
Table 414: 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 415: 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