avniproject / avni-infra

Other
0 stars 0 forks source link

Fix renewal of certs for Minio #10

Open himeshr opened 10 months ago

himeshr commented 10 months ago

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".

mahalakshme commented 9 months ago

@himeshr whats the implication of not doing this? Will we face any issues doing renewal?

himeshr commented 9 months ago

We would have to manually do a copy of renewed certificates to /etc/minio/ssl folder. Minor impact, would be a small manual action every 90 days or so.