summaryrefslogtreecommitdiff
path: root/doc/credentials/gnutls-http-serv
blob: 312ee18daf6cae7cb1f5ba7939f98d4dbfdeb8c8 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

../../src/gnutls-serv --http --x509certfile x509/cert-rsa.pem --x509keyfile x509/key-rsa.pem --x509cafile x509/ca.pem \
	--x509dsacertfile x509/cert-dsa.pem --x509dsakeyfile x509/key-dsa.pem	\
	--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 $*