Register KeyPair
Register KeyPair
It allows to generate a pair of cryptographic keys in the node that can then be assigned to a subject. The private key is never revealed.
Path Parameters
- algorithm string required
Type of algorithm to use (possibilities: Ed25519, Secp256k1)
Responses
- 201
- 400
- 500
Public Key of the generated keypair
- text/plain
- Schema
- Example
Schema
- string
{
"public_key": "ELZ_b-kZzdPykcYuRNC2ZZe_2lCTCUoo60GXfR4cuXMw"
}
Bad Request
Internal Server Error
Loading...