Skip to content

Instantly share code, notes, and snippets.

@Tim-Schwalbe
Created December 20, 2018 21:51
Show Gist options
  • Save Tim-Schwalbe/85718020370fc3f149fd092d4c0f3842 to your computer and use it in GitHub Desktop.
Save Tim-Schwalbe/85718020370fc3f149fd092d4c0f3842 to your computer and use it in GitHub Desktop.
base64 encode service accounts
base64_encoded_service_account=$(base64 -w 0 keyfile.json)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment