Open li-boxuan opened 1 year ago
Our SSL certificates expire every 90 days. That means every time, we need to:
sudo systemctl stop nginx
sudo certbot certonly -a standalone -d citegraph.io -d www.citegraph.io
sudo systemctl start nginx
Our SSL certificates expire every 90 days. That means every time, we need to:
sudo systemctl stop nginx
sudo certbot certonly -a standalone -d citegraph.io -d www.citegraph.io
sudo systemctl start nginx