We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bda37 commit 80dcc1cCopy full SHA for 80dcc1c
1 file changed
entrypoint.sh
@@ -22,7 +22,7 @@ if [[ ! -v SERVER_CERT_SHA256_HASH ]]; then
22
exit 1
23
fi
24
25
-if ! printf "%s /tmp/server_cert.pem\n" "$SERVER_CERT_SHA256_HASH" | sha1sum --check --status; then
+if ! printf "%s /tmp/server_cert.pem\n" "$SERVER_CERT_SHA256_HASH" | sha256sum --check --status; then
26
printf "Certificate hash failed! The downloaded server certificate has hash:\n"
27
printf "%s\n" "$DOWNLOADED_HASH"
28
printf "but this does not match the provided one:"
0 commit comments