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 aa452ab commit 9565984Copy full SHA for 9565984
scripts/docker-entrypoint.sh
@@ -6,6 +6,7 @@ fi
6
7
if test -n "$DATABASE_CLIENT_KEY_B64"; then
8
echo "$DATABASE_CLIENT_KEY_B64" | base64 -d >/tmp/client-key.pem
9
+ chmod 0600 /tmp/client-key.pem
10
fi
11
12
if test -n "$DATABASE_SERVER_CA_B64"; then
0 commit comments