Skip to content

Commit

Permalink
fix(openresty): certificate path
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Dec 12, 2024
1 parent 13dd403 commit 9cd2f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openresty/docker-entrypoint.d/10-generate-certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ LC_ALL=C
ME=$( basename "$0" )
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

/usr/local/bin/generate-certificate /usr/local/openresty/nginx/conf
/usr/local/bin/generate-certificate /usr/local/openresty/nginx

exit 0

0 comments on commit 9cd2f33

Please sign in to comment.