mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-22 06:28:57 -04:00
make session ticket management more generic
This commit is contained in:
parent
3e407eac80
commit
44f6e6021a
10 changed files with 30 additions and 30 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
cd /etc/nginx/session-ticket-keys
|
||||
|
||||
for i in {1..4}; do
|
||||
head -c 80 </dev/random >$i.key
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue