mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-11 16:00:35 -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
12
systemd/system/nginx-create-session-ticket-keys.service
Normal file
12
systemd/system/nginx-create-session-ticket-keys.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Create nginx TLS session ticket keys
|
||||
Before=nginx.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=root
|
||||
Group=root
|
||||
ExecStart=/usr/local/bin/nginx-create-session-ticket-keys
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue