Skip to main content
Version: Next

KeyConfigDto

typeKeyType (string)required

Possible values: [EdDSA, ES384, X509]

Example: ES384
idstringrequired
Example: b86483f3-3792-4a54-b11e-f1c6face9935
defaultbooleanrequired
Example: false
existingKeystring
Example: existingKey789
existingCertificatestring
Example: existingCert101112
KeyConfigDto
{
"type": "ES384",
"id": "b86483f3-3792-4a54-b11e-f1c6face9935",
"default": false,
"existingKey": "existingKey789",
"existingCertificate": "existingCert101112"
}