Getting Started
Welcome to Pipevest's API
Generate Staging Keys
openssl genpkey -algorithm ed25519 -outform PEM -out staging-pipevest-private-ed25519.pem
openssl pkey -in staging-pipevest-private-ed25519.pem -pubout -out staging-pipevest-public-ed25519.pub
Copy Staging Public Key
pbcopy < ./staging-pipevest-public-ed25519.pub
Generate Production Keys
openssl genpkey -algorithm ed25519 -outform PEM -out production-pipevest-private-ed25519.pem
openssl pkey -in production-pipevest-private-ed25519.pem -pubout -out production-pipevest-public-ed25519.pub
Copy Production Public Key
pbcopy < ./production-pipevest-public-ed25519.pub