KeyConfigDto
typeKeyType (string)required
Possible values: [EdDSA, ES384, X509]
Example: 
ES384idstringrequired
Example: 
b86483f3-3792-4a54-b11e-f1c6face9935defaultbooleanrequired
Example: 
falseexistingKeystring
Example: 
existingKey789existingCertificatestring
Example: 
existingCert101112KeyConfigDto
{
  "type": "ES384",
  "id": "b86483f3-3792-4a54-b11e-f1c6face9935",
  "default": false,
  "existingKey": "existingKey789",
  "existingCertificate": "existingCert101112"
}