diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-17 12:00:41 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-17 13:15:34 +0200 |
commit | e93c96952b8bccedc23014fcbc7b9c0a52b2b559 (patch) | |
tree | c389fa9408382ad69e8bc95225b3c4b9644c9f13 /doc | |
parent | 93769e7627cd2cd21e320af921218214245b6e26 (diff) | |
download | gnutls-tmp-dh-params-ffdhe.tar.gz |
gnutls-serv: use the included known DH parameters by defaulttmp-dh-params-ffdhe
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/credentials/gnutls-http-serv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/credentials/gnutls-http-serv b/doc/credentials/gnutls-http-serv index 312ee18daf..8a58d50f37 100755 --- a/doc/credentials/gnutls-http-serv +++ b/doc/credentials/gnutls-http-serv @@ -5,4 +5,4 @@ --x509ecccertfile x509/cert-ecc.pem --x509ecckeyfile x509/key-ecc.pem \ --srppasswd srp/tpasswd --srppasswdconf srp/tpasswd.conf \ --pgpkeyfile openpgp/sec.asc --pgpcertfile openpgp/pub.asc --pskpasswd psk-passwd.txt \ - --dhparams params.pem $* + $* |