Skip to content

Commit 4657c10

Browse files
authored
Add auth_jwt_key_file to sed file
1 parent dd95995 commit 4657c10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ if [ $? -ne 0 ] || [ ! -s $CONFDIR/idp_jwk.json ]; then
119119
cat $CONFDIR/idp_jwk.json
120120
exit 1
121121
fi
122+
echo "\$oidc_jwt_keyfile conf.d/idp_jwk.json" >> /tmp/${COMMAND}_$$_conf
122123

123124
# Build the sed(1) command file (requires a lot of escaping)
124125
#

0 commit comments

Comments
 (0)