comment, secret example, set -x

This commit is contained in:
Zsolt Alföldi
2026-03-01 00:28:55 +01:00
parent 45ae4e0de6
commit c34435b206
3 changed files with 14 additions and 4 deletions

11
secrets.sops.yaml.example Normal file
View File

@@ -0,0 +1,11 @@
LUKS_PASSPHRASE: passss
# openssl passwd -6 'yourpassword'
USER_PASSWORD_HASH: $6$vG....
WIFI_HOUSE_PASSWORD: passs
NOKIA_WIFI_KEY_PASSWORD: passs
# base64 -w0 NOKIA_Root_CA.crt
NOKIA_CA_CERT_B64: b64passs
# base64 -w0 <USER>.ipa.nsn-net.net.crt
NOKIA_CLIENT_CERT_B64: b64passs
# base64 -w0 <USER>.ipa.nsn-net.net.key
NOKIA_CLIENT_KEY_B64: b64passs