1gnutls-serv(1)              General Commands Manual             gnutls-serv(1)
2
3
4

NAME

6       gnutls-serv - GNU TLS test server
7

SYNOPSIS

9       gnutls-serv [options]
10

DESCRIPTION

12       Simple server program that listens to incoming TLS connections.
13

OPTIONS

15   Program control options
16       --copyright
17              prints the program's license
18
19       -d, --debug LEVEL
20              Specify the debug level. Default is 1.
21
22       -h, --help
23              prints this help
24
25       -l, --list
26              Print a list of the supported algorithms and modes.
27
28       -q, --quiet
29              Suppress some messages.
30
31       -v, --version
32              prints the program's version number
33
34
35   Server options
36       -p, --port integer
37              The port to listen on.
38
39       --nodb Does not use the resume database.
40
41       --http Act as an HTTP Server.
42
43       --echo Act as an Echo Server.
44
45
46   TLS/SSL control options
47       --ciphers cipher1 cipher2...
48              Ciphers  to  enable (use gnutls-cli --list to show the supported
49              ciphers).
50
51       --comp comp1 comp2...
52              Compression methods to enable (use gnutls-cli --list to show the
53              supported compression methods).
54
55       --ctypes certType1 certType2...
56              Certificate types to enable.
57
58       -g, --generate
59              Generate Diffie Hellman Parameters.
60
61       --kx kx1 kx2...
62              Key  exchange  methods  to enable (use gnutls-cli --list to show
63              the supported key exchange methods).
64
65       --macs mac1 mac2...
66              MACs (Message Authentication Codes) to  enable  (use  gnutls-cli
67              --list to show the supported MACs).
68
69       -p, --port integer
70              The port to connect to.
71
72       --protocols protocol1 protocol2...
73              Protocols to enable (use gnutls-cli --list to show the supported
74              protocols).
75
76
77   Certificate options
78       --pgpcertfile FILE
79              PGP Public Key (certificate) file to use.
80
81       --pgpkeyfile FILE
82              PGP Key file to use.
83
84       --pgpkeyring FILE
85              PGP Key ring file to use.
86
87       --pgptrustdb FILE
88              PGP trustdb file to use.
89
90       --srppasswd FILE
91              SRP password file to use.
92
93       --srppasswdconf FILE
94              SRP password configuration file to use.
95
96       --x509cafile FILE
97              Certificate file to use.
98
99       --x509certfile FILE
100              X.509 Certificate file to use.
101
102       --x509fmtder
103              Use DER format for certificates
104
105       --x509keyfile FILE
106              X.509 key file to use.
107
108

SEE ALSO

110       gnutls-cli(1), gnutls-cli-debug(1)
111

AUTHOR

113       Nikos    Mavroyanopoulos    <nmav@gnutls.org>    and    others;     see
114       /usr/share/doc/gnutls-bin/AUTHORS for a complete list.
115
116       This  manual  page  was written by Ivo Timmermans <ivo@debian.org>, for
117       the Debian GNU/Linux system (but may be used by others).
118
119
120
121                               December 1st 2003                gnutls-serv(1)
Impressum