summaryrefslogtreecommitdiff
path: root/doc/credentials
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-11-19 16:21:02 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-11-19 16:21:02 +0100
commit351a4f05f2983228564fad7496436acece9d099e (patch)
tree06b9c1c4c15c31e39f05f663e5b2baf29285b1aa /doc/credentials
parent07cf97d504847a178fd7d40ad49407ab55bdbedc (diff)
downloadgnutls-351a4f05f2983228564fad7496436acece9d099e.tar.gz
correctly set psk params.
Diffstat (limited to 'doc/credentials')
-rwxr-xr-xdoc/credentials/gnutls-http-serv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/credentials/gnutls-http-serv b/doc/credentials/gnutls-http-serv
index 90c9717547..65b3f78b2c 100755
--- a/doc/credentials/gnutls-http-serv
+++ b/doc/credentials/gnutls-http-serv
@@ -3,5 +3,5 @@
../../src/gnutls-serv --http --x509certfile x509/cert.pem --x509keyfile x509/key.pem --x509cafile x509/ca.pem \
--x509dsacertfile x509/cert-dsa.pem --x509dsakeyfile x509/key-dsa.pem \
--srppasswd srp/tpasswd --srppasswdconf srp/tpasswd.conf \
- --pgpkeyfile openpgp/sec.asc --pgpcertfile openpgp/pub.asc --pskpasswd psk/passwd.psk \
+ --pgpkeyfile openpgp/sec.asc --pgpcertfile openpgp/pub.asc --pskpasswd psk-passwd.txt \
--dhparams params.pem $*