diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..eb76e383 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/production +/staging +*.tar +config \ No newline at end of file diff --git a/README.md b/README.md index eee4d8cc..92617d76 100644 --- a/README.md +++ b/README.md @@ -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 + diff --git a/config.enc b/config.enc new file mode 100644 index 00000000..f8aec61a Binary files /dev/null and b/config.enc differ