CertStore Keystores

The GET Keystores method returns a list of the certificate stores within Keyfactor Command. This method requires no parameters. An array of the certificate stores is returned. The information shown in Table 711: GET /Keystores Response Body is returned for each certificate store in the array.

Table 711: GET /Keystores Response Body

Parameter Name

Parameter Value

Id

The Keyfactor Command request database identifier of the certificate store.

ClientMachine

Host name of the machine on which the certificate store resides.

StorePath

Path or other identifier of the certificate store (e.g. "IIS Personal" for IIS Personal stores).

Example Request

GET http://<host>/CMSApi/Certstore/1/Keystores

Example Response

[	
	{
	"Id": "<certificate-store-id>",
	"ClientMachine": "<client-machine>",
	"StorePath": "<store-path>"
	},
	{
	"Id": "<certificate-store-id>",
	"ClientMachine": "<client-machine>",
	"StorePath": "<store-path>"
	}
]