Files
infisical/docs/api-reference/overview/examples/retrieve-secrets.mdx
2023-01-13 15:04:46 +07:00

11 lines
308 B
Plaintext

---
title: "Retrieve secrets"
---
1. Get your (encrypted) private key.
2. Decrypt your (encrypted) private key with your password.
3. Get the project key for the project.
4. Decrypt the project key with your private key.
5. Get secrets for a project and environment.
6. Decrypt the secrets in your project.