We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4515aa commit 1899ffdCopy full SHA for 1899ffd
build.sh
@@ -27,6 +27,7 @@ DICECALLBACK="./web-assets/static-pages/dice-verify-callback.html"
27
perl -pi -e "s/\{\{DOMAIN\}\}/$DOMAIN/g" $DICECALLBACK
28
perl -pi -e "s/\{\{DICE_AUTH\}\}/$DICE_AUTH/g" $DICECALLBACK
29
perl -pi -e "s/\{\{CA_SUB_1\}\}/$CA_SUB_1/g" $DICECALLBACK
30
+perl -pi -e "s/\{\{CA_SUB_2\}\}/$CA_SUB_2/g" $DICECALLBACK
31
32
DICEVERIFIER="./web-assets/static-pages/dice-verifier.html"
33
perl -pi -e "s/\{\{DOMAIN\}\}/$DOMAIN/g" $DICEVERIFIER
0 commit comments