Skip to content

Commit 237a564

Browse files
committed
Fix
1 parent e54a298 commit 237a564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/minio/scripts/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bucket_dir="/data"
55
writable_certs_path="/data/.minio/certs"
66

77
setup_tls_certs() {
8-
if [ "$TLS_ENABLED" = "true" ] && [ -f ${CERTS_PATH}/ca.pem ]; then
8+
if [ "$TLS_ENABLED" = "true" ] && [ -f ${CERTS_PATH}/ca.crt ]; then
99
echo "Setting up TLS certificates for MinIO..."
1010

1111
# Create writable certs directory

0 commit comments

Comments
 (0)