Files
DFWebOS-Apps/plausible/exports.sh

2 lines
411 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Строка длиной 32 байта, используемая для шифрования неактивных секретов TOTP с использованием AES256-GCM. Не должно меняться при перезапуске приложения.
export APP_PLAUSIBLE_VAULT_KEY=$(openssl dgst -sha256 -binary <<< "$(derive_entropy "env-${app_entropy_identifier}-APP_VAULT_KEY")" | base64)