mirror of
https://github.com/openssl/openssl.git
synced 2025-04-18 20:40:45 +08:00
Drop extraneous printf argument in mkcert.sh
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
d0ba3119de
commit
615dd78b72
@ -61,7 +61,7 @@ req() {
|
||||
stderr_onerror \
|
||||
openssl req -new -"${OPENSSL_SIGALG}" -key "${key}.pem" \
|
||||
-config <(printf "[req]\n%s\n%s\n[dn]\n" \
|
||||
"prompt = no" "distinguished_name = dn" "${dn}"
|
||||
"prompt = no" "distinguished_name = dn"
|
||||
for dn in "$@"; do echo "$dn"; done)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user