https://github.com/cloudboost/kube-cred
Kube Crendentials for CloudBoost.io
https://github.com/cloudboost/kube-cred
Last synced: 4 months ago
JSON representation
Kube Crendentials for CloudBoost.io
- Host: GitHub
- URL: https://github.com/cloudboost/kube-cred
- Owner: CloudBoost
- Created: 2018-05-16T11:18:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T04:43:11.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T05:55:29.867Z (over 1 year ago)
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Encrypt:
- openssl enc -in config -out config.enc -e -aes256 -k your_key
### Decrypt:
- openssl enc -in config.enc -out config -d -aes256 -k your_key