example(hub-spoke): replace python crypt func #17

Merged
mauritz.uphoff merged 1 commit from dev/python-crypt-replacement into main 2026-04-28 11:22:21 +00:00

View file

@ -8,7 +8,7 @@
# default password in production.
#
# Generate a SHA-512 hash on Linux/macOS:
# python3 -c "import crypt; print(crypt.crypt('YourPassword', crypt.mksalt(crypt.METHOD_SHA512)))"
# openssl passwd -6 "YourPassword"
# ---------------------------------------------------------------------------
users:
- name: admin-user