You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, certbot is used to create automatic SSL certificates if the user selects this option. This process needs to specify a user email address and creates a temporary certificate. The way it is handled now raises two main problems:
This script is using a MeiliSearch email address, so the user doesn't get notifications.
The auto-renew process is not handled
When these certificates expire, not only they probably won't be renewed automatically, but the user won't be notified about it.
The text was updated successfully, but these errors were encountered:
I think DO have auto-renew as default from their images (like it checked twice a day!), not sure if it applies to our own image. Anyway, you can add sudo certbot renew in a cron job. If you want to be sure it's setup for doing it correctly, you can do a dry run sudo certbot renew --dry-run
eskombro
transferred this issue from meilisearch/meilisearch-digitalocean
Jan 13, 2021
Currently, certbot is used to create automatic SSL certificates if the user selects this option. This process needs to specify a user email address and creates a temporary certificate. The way it is handled now raises two main problems:
When these certificates expire, not only they probably won't be renewed automatically, but the user won't be notified about it.
The text was updated successfully, but these errors were encountered: