mitmedialab / ajl.ai

A web application for crowdsourcing image annotations.
GNU Affero General Public License v3.0
16 stars 9 forks source link

specify user and file for ssl renewal cronjob #241

Closed tkellen closed 6 years ago

tkellen commented 6 years ago

this should ensure letsencrypt ssl certificates automatically renew when they expire.

tkellen commented 6 years ago

Some work needs to be done to validate the SSL renewal cronjob is actually running.

However, I manually fixed SSL with the following commands:

ssh ajl.ai
sudo su -
<enter sudo pass>
dehydrated --cron
systemctl restart nginx

The changes in this PR have already been applied with the following command:

npm run provision:production