# Create ECDSA Keys

Creates a new Elliptic Curve Digital Signature Algorithm (ECDSA) public/private key pair.

In the diagram below, the keys are stored appropriately, where the private key will be used to sign data and the public key used to verify the signature.

<div align="left" data-full-width="false"><figure><img src="/files/UuOmIg1ZHNz1wGPMfX8G" alt=""><figcaption></figcaption></figure></div>

Also see: [GenerateECDSASignature](/reference/plugins/overview/content/generateecdsasignature.md), [VerifyECDSASignature](/reference/plugins/overview/content/verifyecdsasignature.md).

***

## Properties

### Algorithm

Select which curve to use for the Elliptical Curve Digital Signature Algorithm (ECDSA).

Options:

* P-256
* P-384
* P-512

***

## Definition

The new public key and private key.

***

## Example

A simple usage scenario is where the private key is created and then stored in a database that is accessible only from the local machine, while the public key is stored in a file on a public network.

***

## Links

* [Wikipedia: Elliptic Curve Digital Signature Algorithm](https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linx.software/reference/plugins/overview/content/createecdsakeys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
