Keystore: Contains certificates and their associated keys.
Truststore: Contains trusted certificates used to validate a server's certificate. These certificates are typically self-signed certificates or certificates that are not signed by a trusted CA.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/keystores
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This webpage details how to create a keystore or truststore, which are used for storing certificates and their keys, or trusted certificates, respectively."],["The HTTP request to create a keystore is a POST request to a specific URL, utilizing gRPC Transcoding syntax and requiring a `parent` path parameter."],["The `name` query parameter is optional and used to override the name of the keystore provided in the request body."],["The request body must contain an instance of a `Keystore`, and a successful response will also contain an instance of a `Keystore`."],["Creating a keystore requires specific IAM permissions, `apigee.keystores.create`, on the `parent` resource and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]