diff options
Diffstat (limited to 'doc/credentials/gnutls-http-serv')
-rwxr-xr-x | doc/credentials/gnutls-http-serv | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/credentials/gnutls-http-serv b/doc/credentials/gnutls-http-serv new file mode 100755 index 0000000..51b1bc5 --- /dev/null +++ b/doc/credentials/gnutls-http-serv @@ -0,0 +1,10 @@ +#! /bin/sh + +../../src/gnutls-serv --http --x509certfile x509/cert-rsa.pem --x509keyfile x509/key-rsa.pem --x509cafile x509/ca.pem \ + --x509certfile x509/cert-dsa.pem --x509keyfile x509/key-dsa.pem \ + --x509certfile x509/cert-ecc.pem --x509keyfile x509/key-ecc.pem \ + --x509certfile x509/cert-rsa-pss.pem --x509keyfile x509/key-rsa-pss.pem \ + --x509certfile x509/cert-gost01.pem --x509keyfile x509/key-gost01.pem \ + --srppasswd srp/tpasswd --srppasswdconf srp/tpasswd.conf \ + --pskpasswd psk-passwd.txt \ + $* |