Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit eec92c6

Browse files
committed
letsencrypt_renewal.sh
1 parent acb79b5 commit eec92c6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

DEPLOYMENT.md

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ letsencrypt certonly --webroot \
4343

4444
# Renewing SSL Certs with Let's Encrypt
4545

46+
**NOTE:** I have made a script, `letsencrypt_renewal.sh` to help.
47+
4648
**Step 1**
4749

4850
SSH into the runing docker container (`docker exec -i -t CONTAINER_ID_HERE /bin/bash`)

letsencrypt_renewal.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
letsencrypt renew
4+
# Restart node:
5+
pkill -9 node

0 commit comments

Comments
 (0)