CreateKeyPair
GET /?Action=CreateKeyPair
Description
Creates a 2048-bit RSA keypair with a specified name.
This action returns the private key that you need to save. The public key is stored by 3DS OUTSCALE.
Body parameter
Required: false
Name: CreateKeyPairRequest
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
KeyName |
A unique name for the keypair, with a maximum length of 255 ASCII printable characters. |
true |
string |
Responses
HTTP Code 200
| HTTP Code | Description | Schema |
|---|---|---|
200 |
KeyPair |
Response 200
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
keyFingerprint |
The SHA-1 digest of the DER encoded private key. |
false |
string |
||
keyMaterial |
The private key. |
false |
string |
||
keyName |
A unique name for the keypair. |
false |
string |
||
requestId |
The ID of the request. |
false |
string |