Skip to content

Commit

Permalink
define shell for script to avoid error in static code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Aug 2, 2024
1 parent b2bb0d5 commit 526780d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/forwarding/generate_certificates.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

../../nebula-cert ca -name "E2E test CA"
../../nebula-cert sign -name "A" -ip "192.168.100.1/24" -out-crt a.crt -out-key a.key
../../nebula-cert sign -name "B" -ip "192.168.100.2/24" -out-crt b.crt -out-key b.key

0 comments on commit 526780d

Please sign in to comment.