Skip to content

Commit

Permalink
Logs, sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHoefelmeyer committed Aug 8, 2024
1 parent 7c92ad5 commit 4816f00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/scripts/createCCForITest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

set -e

mkdir -p ~/${FOLDERNAME}
echo "CC ################################################################################################"

sudo mkdir -p ~/${FOLDERNAME}
cd ~/${FOLDERNAME}

certtool --generate-privkey --outfile testclient1-key.pem
Expand Down
4 changes: 3 additions & 1 deletion docs/scripts/createRootCAForITest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

set -e

mkdir -p ~/${FOLDERNAME}
echo "ROOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOT"

sudo mkdir -p ~/${FOLDERNAME}
cd ~/${FOLDERNAME}

certtool --generate-privkey --outfile rootca-key.pem
Expand Down

0 comments on commit 4816f00

Please sign in to comment.