docs: improve template & secrets

This commit is contained in:
Johannes Kirschbauer
2024-04-10 18:21:45 +02:00
committed by hsjobeki
parent 00558923a5
commit e6acbadae6
5 changed files with 96 additions and 64 deletions

View File

@@ -12,7 +12,7 @@
mkpasswd
];
generator.script = ''
xkcdpass -c 3 -d - > $secrets/password
xkcdpass --numwords 3 --delimiter - --count 1 > $secrets/password
cat $secrets/password | mkpasswd -s -m sha-512 > $secrets/passwordHash
'';
};