Commit 3b4b0e5
committed
Fix missing newlines in generate-certs.sh
Two openssl commands were merged onto the same line without a newline
separator, causing `openssl genrsa` to receive the subsequent `req`
command and its flags as extra arguments, which made it exit with
"Extra arguments given." and fail the CI smoke-sharkey job.
Assisted-by: Claude Code:claude-sonnet-4-61 parent e04e54a commit 3b4b0e5
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments