]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove "-nodes" option from make-certs scripts 773/head
authorRobbie Harwood <rharwood@redhat.com>
Thu, 3 May 2018 18:40:45 +0000 (14:40 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 4 May 2018 04:28:20 +0000 (00:28 -0400)
commit928a36aae326d496c9a73f2cd41b4da45eef577c
tree644fd73a55e51cb3406720da0a1bb11d1c1755db
parent58f60f3df7a625ccdcce23dfadd52dc335fd8da7
Remove "-nodes" option from make-certs scripts

The openssl command does not recognize options after positional
arguments, so in "openssl genrsa $KEYSIZE -nodes", the "-nodes" was
ignored as a excess positional argument prior to OpenSSL 1.1.0h, and
now causes an error.  "-nodes" is an option to the openssl req and
pkcs12 subcommands, but genrsa creates unencrypted keys by default.

[ghudson@mit.edu: edited commit message]
src/tests/dejagnu/pkinit-certs/make-certs.sh
src/tests/dejagnu/proxy-certs/make-certs.sh