Vizzly Key-pair

Keeping your data, and your customer's data secure is our highest priority. With this in mind, we use elliptical curve certificates to sign and verify an identity config to control data and dashboard configuration access.

Create the key pair

Vizzly provides a CLI tool, that allows you to generate the required certificates. After installing and authenticating the CLI tool by following the instructions on this page (opens in a new tab), run the command

vizzly create-key-pair --project-id "<< Your project ID >>"

You'll see the private and public certificates written to your current working directory, and the public key will be uploaded to your project.

Private key usage

You will use the private key to sign the identity config on your servers. To securely load the private key onto your servers, you can make it available through an environment variable.