Skip to content

Instantly share code, notes, and snippets.

@igor-brishkoski
Last active January 3, 2018 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igor-brishkoski/7d52d438a00cfca6f1a890927593c1d4 to your computer and use it in GitHub Desktop.
Save igor-brishkoski/7d52d438a00cfca6f1a890927593c1d4 to your computer and use it in GitHub Desktop.
Create alias for encrypting your secrets
# put this in your .bashrc or .zshrc or whatever you're using
# make sure you're in the directory where the file is when running this command
alias encrypt_secrets='openssl enc -aes-256-cbc -salt -in secrets.properties -out secrets.properties.enc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment