Citegraph / citegraph

CiteGraph: A citation graph web visualizer
https://www.citegraph.io/
MIT License
14 stars 1 forks source link

Make SSL certificate renew automatically #1

Open li-boxuan opened 11 months ago

li-boxuan commented 11 months ago

Our SSL certificates expire every 90 days. That means every time, we need to:

  1. Stop Nginx: sudo systemctl stop nginx
  2. Renew SSL certificates: sudo certbot certonly -a standalone -d citegraph.io -d www.citegraph.io
  3. Start Nginx: sudo systemctl start nginx