use consistent naming for session ticket key scripts/units

This commit is contained in:
Daniel Micay 2025-10-30 17:02:30 -04:00
parent 768cc9ada3
commit 0d1705320f
13 changed files with 38 additions and 38 deletions

View file

@ -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