mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
11 lines
308 B
Plaintext
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.
|