lesaff / serverpilot-letsencrypt

(NO LONGER MAINTAINED) | Bash script to generate and install Let's Encrypt certificate for your websites on your ServerPilot account (Free or Paid Plan)
MIT License
346 stars 84 forks source link

Restarting nginx does not recreate deleted ssl.conf #78

Open calebgrove opened 5 years ago

calebgrove commented 5 years ago

I had a certificate that wouldn't renew (see #76). In an attempt to troubleshoot, I deleted the relevant appname.ssl.conf file, per the readme. Running sudo service nginx-sp restart did not recreate the deleted ssl.conf, as I would assume it would, so I had to recreate that file from scratch before the renewed cert would take affect.