Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions feature/gnsi/certz/test_data/mk_cas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for d in ${DIRS[@]} ; do
;;
ecdsa)
openssl ecparam -name ${CURVE} \
-out ca-${d}/ca-${OFFSET}-${t}-key.pem -genkey
-out ca-${d}/ca-${OFFSET}-${t}-key.pem -genkey -noout
;;
esac
# Create a cert with the fresh key, require it to be a CA certificate.
Expand Down Expand Up @@ -83,7 +83,7 @@ for d in ${DIRS[@]}; do
;;
ecdsa)
openssl ecparam -name ${CURVE} \
-out ca-${d}/${cs}-${t}-${g}-key.pem -genkey
-out ca-${d}/${cs}-${t}-${g}-key.pem -genkey -noout
;;
esac
done
Expand Down
Loading