diff options
Diffstat (limited to 'src/gnutls-http-serv')
-rwxr-xr-x | src/gnutls-http-serv | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gnutls-http-serv b/src/gnutls-http-serv deleted file mode 100755 index 93e527a69e..0000000000 --- a/src/gnutls-http-serv +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh - -./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 \ - --dhparams params.pem $* - |