Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am thirdgen88 on github.
  • I am thirdgen88 (https://keybase.io/thirdgen88) on keybase.
  • I have a public key whose fingerprint is FCEA 7498 FC40 F972 10A1 3900 DC4B 806A 333E E49A

To claim this, I am signing this object:

@thirdgen88
thirdgen88 / generate-gw-password-hash.sh
Last active May 12, 2023 11:13
Generate a salted hash of password for as Ignition GATEWAY_ADMIN_PASSWORD
#!/usr/bin/env bash
set -eo pipefail
# Global variables
declare -u AUTH_SALT
###############################################################################
# Processes password input and translates to salted hash
###############################################################################
function main() {