home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d1853b5837e7bd94b22e3591fba14ddad4ecc990
[config]
/
renew_certs.sh
1
#!/bin/sh
2
3
service nginx stop
4
~/letsencrypt/letsencrypt-auto renew
5
service nginx restart