-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
175b19d
commit fd78f25
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/production | ||
/staging | ||
*.tar | ||
config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# kube-cred | ||
Kube Crendentials for CloudBoost.io | ||
### Encrypt: | ||
- openssl enc -in encrypted-credentials.tar -out encrypted-credentials.enc -e -aes256 -k your_key | ||
|
||
### Decrypt: | ||
- openssl enc -in encrypted-credentials.enc -out encrypted-credentials.tar -d -aes256 -k your_key | ||
|
Binary file not shown.