From: Nikos Mavrogiannopoulos Date: Fri, 19 Nov 2010 15:21:02 +0000 (+0100) Subject: correctly set psk params. X-Git-Tag: gnutls_2_11_5~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=351a4f05f2983228564fad7496436acece9d099e;p=thirdparty%2Fgnutls.git correctly set psk params. --- 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 $*