Browse Source

updates cert names

Toastie 1 year ago
parent
commit
0b26da6187
1 changed files with 2 additions and 2 deletions
  1. 2 2
      minio/.env.template

+ 2 - 2
minio/.env.template

@@ -13,7 +13,7 @@ MINIO_DATA=./data
 PORT_MAPPING=9000:9090
 
 # Path to certificates, expected filenames:
-#  - fullchain.pem
-#  - key.pem
+#  - private.key
+#  - public.crt
 CERT_PATH=/opt/docker/reverse-proxy/data/certs/
 HOSTNAME=minio.example.com