Hacker News new | ask | show | jobs
by 9dev 791 days ago
How did you implement reloading the modified TLS certificates after renewal tho?
1 comments

it's a two line script running periodically. the first line is docker the second is nginx -s reload. As /etc/letsencrypt dir is mounted from nginx into certbot, certbot upgrades that, nginx reload picks them up. Easy as pie.