From: Nikos Mavrogiannopoulos Date: Tue, 15 Aug 2017 11:23:39 +0000 (+0200) Subject: gnutls-http-serv: use RSA-PSS key X-Git-Tag: gnutls_3_6_0~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9256ffef674a971d34fc53db7b1634ae77bfd81;p=thirdparty%2Fgnutls.git gnutls-http-serv: use RSA-PSS key Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/doc/credentials/gnutls-http-serv b/doc/credentials/gnutls-http-serv index 5553a2d81a..a0af8afbae 100755 --- a/doc/credentials/gnutls-http-serv +++ b/doc/credentials/gnutls-http-serv @@ -1,8 +1,9 @@ #! /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 \ + --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 \ --srppasswd srp/tpasswd --srppasswdconf srp/tpasswd.conf \ --pskpasswd psk-passwd.txt \ $*