siguldry 0.8.0

A signing server and client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Siguldry Signer Socket

[Socket]
Accept=yes
SocketUser=siguldry
SocketGroup=siguldry
SocketMode=0600
ListenStream=%t/siguldry-signer/signer.socket
RemoveOnStop=true

# Maximum number of concurrent connections to allow; once the limit is reached
# additional connections will be rejected until an existing connection finishes.
MaxConnections=512

[Install]
WantedBy=sockets.target