We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54a298 commit 237a564Copy full SHA for 237a564
addons/minio/scripts/startup.sh
@@ -5,7 +5,7 @@ bucket_dir="/data"
5
writable_certs_path="/data/.minio/certs"
6
7
setup_tls_certs() {
8
- if [ "$TLS_ENABLED" = "true" ] && [ -f ${CERTS_PATH}/ca.pem ]; then
+ if [ "$TLS_ENABLED" = "true" ] && [ -f ${CERTS_PATH}/ca.crt ]; then
9
echo "Setting up TLS certificates for MinIO..."
10
11
# Create writable certs directory
0 commit comments