Cryptographic Keys
We leverage cryptographic keys to create cryptographic message signatures. These signatures help to maintain the authenticity and integrity of HTTP requests within the Pipevest platform.
Supported Key Types
We currently only support ED25519 key types.
Instructions to Generate Keys
You can use any Cryptographic Key Generator of your choice
1
Generate Staging Keys
- Private Key
- Public Key
2
Copy Staging Public Key
This public key will need to be submitted when requesting for API access
3
Generate Production Keys
- Private Key
- Public Key
4
Copy Production Public Key
This public key will need to be submitted when requesting for API access
The generated private keys must be safely secured in accordance with to your organizations cryptographic key retention policies.