|
11.
|
|
|
Path to the server's certificate. Must be signed with the given key file. Not needed when security-policy is set to "no-tls".
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:69
|
|
12.
|
|
|
CERT-FILE
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:71 ../infinoted/infinoted-options.c:85
|
|
13.
|
|
|
Optional file which contains the issuer certificate of the server certificate, and the issuer's issuer, and so on. This option can be used when the issuer certificates are not stored in the same file as the server certificate. If the issuer certificates are not available the server will still run, but not show the issuer certificates to connecting clients.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:79
|
|
14.
|
|
|
The TCP port number to listen on.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:93
|
|
15.
|
|
|
PORT
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:94
|
|
16.
|
|
|
Whether to use Transport Layer Security (TLS) or not. Allowed values are "no-tls", "allow-tls" or "require-tls". When TLS is allowed or required, a server certificate must be provided. Infinoted has a built-in option to create a self-signed certificate with the --create-key and --create-certificate command line options. When TLS is allowed but not required, clients may choose not to use TLS. It is strongly encouraged to always require TLS. [Default=require-tls]
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:102
|
|
17.
|
|
|
no-tls|allow-tls|require-tls
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:110
|
|
18.
|
|
|
The directory which infinoted uses to permanantly store all documents on the server, and where they are read from after a server restart. [Default=~/.infinote]
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:118
|
|
19.
|
|
|
DIRECTORY
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:121
../infinoted/plugins/infinoted-plugin-directory-sync.c:603
../infinoted/plugins/infinoted-plugin-traffic-logging.c:323
|
|
20.
|
|
|
Additional plugins to load. This option can be specified more than once to load multiple plugins. Plugin options can be configured in the configuration file (one section for each plugin), or with the --plugin-parameter option. [Default=note-text]
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:129
|