< prev index next >

test/sun/security/tools/jarsigner/concise_jarsigner.sh

Print this page
rev 16540 : 8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms

@@ -233,11 +233,11 @@
 
 $KT -certreq -alias ee | $KT -gencert -alias catwo -rfc > ee.cert
 $KT -certreq -alias catwo | $KT -gencert -alias caone -sigalg MD5withRSA -rfc > catwo.cert
 
 # This certchain contains a cross-signed weak catwo.cert
-cat ee.cert catwo.cert | $KT -importcert -alias ee
+cat ee.cert catwo.cert | $KT -importcert -alias ee -noprompt
 
 $JAR cvf a.jar A1.class
 $JARSIGNER -strict -keystore $KS -storepass changeit a.jar ee
 [ $? = 0 ] || exit $LINENO
 $JARSIGNER -strict -keystore $KS -storepass changeit -verify a.jar
< prev index next >