-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix renewal of certs for Minio #10
Comments
@himeshr whats the implication of not doing this? Will we face any issues doing renewal? |
We would have to manually do a copy of renewed certificates to /etc/minio/ssl folder. |
This was referenced Sep 20, 2023
Manual steps to upgrade Minio certs on Minio staging
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the letsEncrypt certs are in a different folder than the place where we have the Minio certs folder "/etc/minio/ssl".
We need to add a deploy-hook to certbot to copy the renewed certs to "/etc/minio/ssl".
The text was updated successfully, but these errors were encountered: