Skip to content

Commit

Permalink
Push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazdhandala committed May 20, 2018
1 parent 175b19d commit fd78f25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/production
/staging
*.tar
config
8 changes: 6 additions & 2 deletions README.md
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 added config.enc
Binary file not shown.

0 comments on commit fd78f25

Please sign in to comment.