#21592·minio

FTPS does not use renewed certificate without minio restart

Author: ArtrurWCreated Sep 17, 2025Updated Oct 21, 2025
Labelscommunitynew-feature

Expected Behavior

After renewal of certificate with external tools minio uses new version for http port without daemon restart. I expect the same behaviour for ftps.

Current Behavior

I need to restart daemon to make it reread new cert/key for ftps I see this bug since i started using minio late 2023

Steps to Reproduce (for bugs)

  1. launch minio with secure ftp and http configured
  2. put new certificate in files
  3. openssl s_client -connect minio_host:minio_https_port shows new cert
  4. openssl s_client -connect minio_host:minio_ftps_port shows old cert
  5. restart minio daemon
  6. openssl s_client -connect minio_host:minio_ftps_port shows new cert

Your Environment

  • Version used (minio --version): minio version RELEASE.2025-09-07T16-13-09Z (commit-id=07c3a429bfed433e49018cb0f78a52145d4bedeb)
  • Server setup and configuration: debian 12, minio runing as daemon on non-root user
  • Operating System and version (uname -a): Linux minio-s3 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux