CreateShortTermKeyStoreValve
Generates a key pair that only lives within the pipe runtime.
The generated certificate and private key will be added to a key store where the id is added to item property keyStoreId.
Note: Generated key pair will be of type RSA and size 2048. The certificate will be valid for 180 days by default if not configured.
Properties
Example Configuration
{
"name" : "CreateShortTermKeyStoreValve",
"enabled" : "true",
"config" : {
"subjectKeyParamater" : "cn={{item.uid}},O=phenixid",
"caTemplateKeyParamater" : "signca",
"notAfterNumberOfDays" : "365",
"keyUsage" : [ "true", "true" ]
}
}
Requirements
One item must be present.