]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls-http-serv: use RSA-PSS key
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 15 Aug 2017 11:23:39 +0000 (13:23 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 15 Aug 2017 14:26:59 +0000 (16:26 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
doc/credentials/gnutls-http-serv

index 5553a2d81abaf29aa7044da982412c6444719c2d..a0af8afbae7ebe6cd132b924c63f84f17e13e3ef 100755 (executable)
@@ -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 \
        $*