corrected verification examples
[gnutls.git] / doc / credentials / gnutls-http-serv
blob312ee18daf6cae7cb1f5ba7939f98d4dbfdeb8c8
1 #! /bin/sh
3 ../../src/gnutls-serv --http --x509certfile x509/cert-rsa.pem --x509keyfile x509/key-rsa.pem --x509cafile x509/ca.pem \
4 --x509dsacertfile x509/cert-dsa.pem --x509dsakeyfile x509/key-dsa.pem \
5 --x509ecccertfile x509/cert-ecc.pem --x509ecckeyfile x509/key-ecc.pem \
6 --srppasswd srp/tpasswd --srppasswdconf srp/tpasswd.conf \
7 --pgpkeyfile openpgp/sec.asc --pgpcertfile openpgp/pub.asc --pskpasswd psk-passwd.txt \
8 --dhparams params.pem $*