home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb0ae2
)
Fix certificate renewal script.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 24 Jul 2016 14:29:57 +0000
(16:29 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 24 Jul 2016 14:29:57 +0000
(16:29 +0200)
bin/renew_certs.sh
patch
|
blob
|
history
diff --git
a/bin/renew_certs.sh
b/bin/renew_certs.sh
index 200532ecb58a8f5f28911313e90c697b5d64d63b..d1853b5837e7bd94b22e3591fba14ddad4ecc990 100755
(executable)
--- a/
bin/renew_certs.sh
+++ b/
bin/renew_certs.sh
@@
-1,3
+1,5
@@
#!/bin/sh
+service nginx stop
~/letsencrypt/letsencrypt-auto renew
+service nginx restart