mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-18 19:17:50 -04:00
add session ticket key management scripts
This commit is contained in:
parent
eb9a4ef2d1
commit
462bdc8599
5 changed files with 59 additions and 0 deletions
9
systemd/system/nginx-rotate-session-ticket-keys.service
Normal file
9
systemd/system/nginx-rotate-session-ticket-keys.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Rotate nginx TLS session ticket keys
|
||||
After=nginx.service nginx-create-session-ticket-keys.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=root
|
||||
Group=root
|
||||
ExecStart=/usr/local/bin/nginx-rotate-session-ticket-keys
|
Loading…
Add table
Add a link
Reference in a new issue