]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated test cert generator.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 9 Apr 2014 08:20:53 +0000 (10:20 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 9 Apr 2014 08:20:53 +0000 (10:20 +0200)
tests/suite/certs/create-chain.sh

index 369bc7a8b8f2ecc9d57ee417fc5d28d5a9bfa0c7..d5af07b3261f2980168c67eb35a6acfc419cab39 100755 (executable)
@@ -45,6 +45,7 @@ while test $counter -lt $NUM; do
                        echo "expiration_days = -1" >>$TEMPLATE
                        echo "signing_key" >>$TEMPLATE
                        echo "encryption_key" >>$TEMPLATE
+                       echo "tls_www_server" >>$TEMPLATE
                        $CERTTOOL --generate-certificate --load-privkey $OUTPUT/$name.key \
                                --load-ca-certificate $OUTPUT/$prev_name.crt \
                                --load-ca-privkey $OUTPUT/$prev_name.key \