Create Key with PKCS12 File
POST {{apiPath}}/environments/{{envID}}/keys
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Key with PKCS12 File.
Request Body
[{"name"=>"usageType", "value"=>"ENCRYPTION", "datatype"=>"string"}, {"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"password", "value"=>"Optional for encrypted files", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |