``validUntil`` |
optional, date |
Expiration Date of the Certificate |
2024-12-31T12:00:00Z |
|
``keyAlgorithm`` |
required, string |
Type of the Key Algorithm: PGP, RSA or ECDSA |
{
"keyAlgorithm" : "ECDSA"
}
|
ECDSA |
``dn`` |
optional, string |
Distinguished Name (DN) for the keys certificate. |
CN=MyTestAccountName, OU=Development, O=SOS-Berlin, ST=Berlin, L=Berlin, C=DE |
|
``useSslCa`` |
optional, boolean |
In general the published CA certificate for the Signature Key Management is used for signature validation only.
This property determines if the CA in the SSL Key Management, which is used to generate auth keys and certificates, should also be used for the key and certificate generation in the Signature Key Management.
- Not available for ``keyAlgorithm`` PGP (private/public key only). Only usable with RSA and ECDSA (private key/X509 certificate).
- If set to true:
- Requires that a CA is already configured for the SSL Key Management.
- Creates a private key for the account and a CA signed certificate.
- Replaces an already uploaded CA certificate for signature validation in the Signature Key Management with the certificate of the existing SSL Key Management CA.
- If set to false:
- The CA in the Signature Key Management will be used for signature validation only.
- Creates a private key for the account and a self signed certificate.
|
|
false |