v1
latestOpenAPI 3.0.12026-07-177949123.5 KBv1/cryptotoken
Generate keys
Generates a key pair given crypto token name, key pair alias, key algorithm and key specification, i.e. RSA 4096 or ECDSA secp256r1.
post/v1/cryptotoken/{cryptotoken_name}/generatekeys
Path parameters
cryptotoken_namestring required
Name of the token to generate keys for
Request body
Example request
{
"key_pair_alias": "signKey",
"key_alg": "RSA",
"key_spec": "4096",
"key_usage": "SIGN"
}Response
Successful operation