mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-10 02:35:23 -04:00
nginx-rotate-session-ticket-keys: drop unnecessary time sync
This commit is contained in:
parent
fb8775bb85
commit
14174e90f4
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@ umask 077
|
|||
|
||||
cd /etc/nginx/session-ticket-keys
|
||||
|
||||
rsync -It 2.key 1.key
|
||||
rsync -It 3.key 2.key
|
||||
rsync -It 4.key 3.key
|
||||
rsync -I 2.key 1.key
|
||||
rsync -I 3.key 2.key
|
||||
rsync -I 4.key 3.key
|
||||
openssl rand -out new.key 80
|
||||
rsync -It new.key 4.key
|
||||
rsync -I new.key 4.key
|
||||
rm new.key
|
||||
nginx -s reload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue