1 # Configuration file for the submit server
8 # Maximum number of connections allowed
11 # Time in seconds after which inactive connections are closed (0=none)
14 # Maximum size of a request
17 # Maximum size of an attachment (i.e., a submitted solution)
20 # Number of bits for the Diffie-Hellman key exchange
23 # Certificate of our internal CA which is used to validate all contestants
24 CACert certs/ca-cert.pem
26 # The certificate (issued by our CA) and secret key for this server
27 ServerCert certs/server-cert.pem
28 ServerKey certs/server-key.pem
30 # Rules for accepting connections (first matching rule is used)
32 # IP address range matched by this rule
35 # Administrator access allowed
38 # Plain-text connections without any user authentication allowed
41 # Maximum number of connections per IP address allowed
59 # Trace TLS parameters
62 # Trace command and their results
71 # Task { Name world; OpenData 10; }
81 # Library configuration
83 # Need to put temporary files locally to make sure they are on the same device
84 # as the submission directories, so that we can rename the files to their final
86 Tempfiles.Prefix tmp/temp