mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Continue api-reference docs
This commit is contained in:
10
docs/api-reference/overview/examples/update-secrets.mdx
Normal file
10
docs/api-reference/overview/examples/update-secrets.mdx
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Update 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. Encrypt your secrets with the project key.
|
||||
6. Send (encrypted) updated secrets to the Infical API
|
||||
Reference in New Issue
Block a user