1 # Configuration file for the submit server
13 # Maximum number of connections allowed
16 # Time in seconds after which inactive connections are closed (0=none)
19 # Maximum size of a request
22 # Maximum size of an attachment (i.e., a submitted solution)
23 # This is a default, which can be overriden in task definitions.
26 # Maximum number of versions of a single task part a contestant is allowed
27 # to submit (0=unlimited)
30 # Number of bits for the Diffie-Hellman key exchange
33 # Certificate of our internal CA which is used to validate all contestants
34 CACert certs/ca-cert.pem
36 # The certificate (issued by our CA) and secret key for this server
37 ServerCert certs/server-cert.pem
38 ServerKey certs/server-key.pem
40 # Keep history of all submitted files in files of a given name prefix
41 # (formatted by strftime; default: no history kept)
42 History history/%H%M%S-
44 # Rules for accepting connections (first matching rule is used)
46 # IP address ranges matched by this rule
49 # Administrator access allowed (does not do anything yet)
52 # Plain-text connections without any user authentication allowed
55 # Maximum number of connections per IP address allowed
67 # Trace TLS parameters
70 # Trace command and their results
79 Task { Name world; OpenData 10; MaxSize 1M; }
89 # Library configuration
91 # Need to put temporary files locally to make sure they are on the same device
92 # as the submission directories, so that we can rename the files to their final
95 Tempfiles.Prefix temp-