Using machine learning to investigate sympathetic activation of the autonomic nervous system (SAANS) during the treatment of mild traumatic brain injury, chronic pain, and post-traumatic stress disorder.
3
stars
1
forks
source link
https ssl certificate renewal via certbot fails #31
Certbot renews the SSL certificate as a cron job. It currently fails.
The certbot sets .well-known/*.http http files to be served from /var/www/saans.ca/htdoc/.well-known, or something similar. Flask hides this directory, and needs an explicit pass-through in the web app code.
The SSL certificate cannot be renewed until this issue is fixed and the current certificate expires Jan 16, 2019.
Certbot renews the SSL certificate as a cron job. It currently fails.
The certbot sets
.well-known/*.http
http files to be served from/var/www/saans.ca/htdoc/.well-known
, or something similar. Flask hides this directory, and needs an explicit pass-through in the web app code.The SSL certificate cannot be renewed until this issue is fixed and the current certificate expires Jan 16, 2019.