mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 14:32:27 -05:00
use consistent naming for session ticket key scripts/units
This commit is contained in:
parent
768cc9ada3
commit
0d1705320f
13 changed files with 38 additions and 38 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
cd /etc/session-ticket-keys
|
||||
|
||||
for i in next.key {1..4}.key; do
|
||||
head -c 80 </dev/random >$i
|
||||
done
|
||||
|
||||
cat next.key {1..4}.key > keys
|
||||
Loading…
Add table
Add a link
Reference in a new issue