summaryrefslogtreecommitdiff
path: root/doc/credentials
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-28 11:45:24 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-28 11:45:24 +0200
commit7b1c78312ece44cbee0042b52d0bf0fc800c8ac9 (patch)
treea8b74fb31ef1fc80e662fe0cf8fa9fc21398885a /doc/credentials
parent3933f951c55b16d0a7867b9642be2c21f6f1f55d (diff)
downloadgnutls-7b1c78312ece44cbee0042b52d0bf0fc800c8ac9.tar.gz
Added feature to specify ecc private keys and certificates.
Diffstat (limited to 'doc/credentials')
-rwxr-xr-xdoc/credentials/gnutls-http-serv3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/credentials/gnutls-http-serv b/doc/credentials/gnutls-http-serv
index 65b3f78b2c..312ee18daf 100755
--- a/doc/credentials/gnutls-http-serv
+++ b/doc/credentials/gnutls-http-serv
@@ -1,7 +1,8 @@
#! /bin/sh
-../../src/gnutls-serv --http --x509certfile x509/cert.pem --x509keyfile x509/key.pem --x509cafile x509/ca.pem \
+../../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 $*