Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix certs keys
mchyzer committed Feb 27, 2024
1 parent 87ca4fd commit 8237528
Showing 1 changed file with 5 additions and 0 deletions.
@@ -175,6 +175,11 @@ returnCode=$?
echo "grouperDockerfile; INFO: (containerDockerfileInstall.sh) mkdir -p /opt/grouper/certs/client, result: $returnCode"
if [ $returnCode != 0 ]; then exit $returnCode; fi

mkdir -p /opt/grouper/certs/keys
returnCode=$?
echo "grouperDockerfile; INFO: (containerDockerfileInstall.sh) mkdir -p /opt/grouper/certs/keys, result: $returnCode"
if [ $returnCode != 0 ]; then exit $returnCode; fi

mkdir -p /opt/grouper/certs/anchors
returnCode=$?
echo "grouperDockerfile; INFO: (containerDockerfileInstall.sh) mkdir -p /opt/grouper/certs/anchors, result: $returnCode"

0 comments on commit 8237528

Please sign in to comment.