Skip to content

Commit

Permalink
Source certgen before generating keys
Browse files Browse the repository at this point in the history
  • Loading branch information
xuganyu96 committed Dec 11, 2023
1 parent 9fa993a commit 7565906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marvin-toolkit/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ done
size_bytes=$(($size / 8))

# Step 1: Generate key pairs
. ./certgen/certgen/lib.sh
name="rsa${size}"
tmp_file="$(mktemp)"
if ! x509KeyGen -s $size $name &> "$tmp_file"; then
Expand Down

0 comments on commit 7565906

Please sign in to comment.