Skip to main content

Client Signer

Setup

The API Client Signer enables you to programmatically complete signing requests and also manage the underlying cryptographic keys directly.

Firstly, you need to generate an ed25519 key pair locally on your computer. Once the key is generated, you can utilize it to create a client signer in your vault on MPCVault.

  1. Open your terminal.
  2. Paste the following text, replacing the key name:
    ssh-keygen -t ed25519 -C "[key_name]"
  3. Choose a location to save the public and private keys.
  4. Do not set a password when prompted.
  5. Keep secure the private key. You will need it when configuring the client signer.
  6. Copy the content of the public key. It should look like this:
    ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0wmN/Cr3JXqmLW7u+g9pTh+wyqDHpSQEIQczXkVx9q production-key

Next, follow the steps below to create a Client Signer in your vault:

  1. The vault manager navigates to the vault's " Team & policies " page and clicks " +New Client Signer " to enter the editing state.
  2. Find and click " +New Client Signer " to add it.
  3. Enter the required information and click the " Continue " button.
  4. After the pop-up window closes, click on the "Confirm" button in the bottom right corner to submit the "Vault setting update" signing request.
  5. Go to the APP to approve this request. client signer setup

After completing the above steps, the Client Signer will also need key access. MPCVault will automatically generate "Key grant access" signing request, please go to the APP to handle this request in time. After successful authorization, the API Client Signer is available.

tip

The same API Client Signer cannot be used across different vaults. If you need to use it in multiple vaults, please add different API Client Signers for each vault.

Detailed setup guide

A more detailed setup guide can be found here:

https://docs.google.com/document/d/1MF6aQUnLQ8h9Wpxct7HYC2w5g63oU-axpOVJwHQhDos/edit?usp=sharing